| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgIntrinsicSymbol :: Typeable a => SgNode a -> IO (Maybe (SgIntrinsicSymbol ())) | ||||
| Attempts a dynamic cast of the given node to the type SgIntrinsicSymbol. | ||||
| upSgIntrinsicSymbol :: Typeable a => SgIntrinsicSymbol a -> SgIntrinsicSymbol () | ||||
| Performs an upcast of a SgIntrinsicSymbol subtype to a SgIntrinsicSymbol. | ||||
| newIntrinsicSymbol :: Typeable a => SgInitializedName a -> IO (SgIntrinsicSymbol ()) | ||||
| Stub for ::SgIntrinsicSymbol::SgIntrinsicSymbol of type void (class ::SgInitializedName*) | ||||
| intrinsicSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIntrinsicSymbol a -> IO () | ||||
| Stub for ::SgIntrinsicSymbol::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| intrinsicSymbolClassName :: Typeable a => SgIntrinsicSymbol a -> IO String | ||||
| Stub for ::SgIntrinsicSymbol::class_name of type ::std::string() | ||||
| intrinsicSymbolGetChildIndex :: (Typeable a, Typeable b) => SgIntrinsicSymbol a -> SgNode b -> IO CLong | ||||
| Stub for ::SgIntrinsicSymbol::getChildIndex of type long (class ::SgNode*) | ||||
| intrinsicSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgIntrinsicSymbol a -> SgNode b -> IO CSize | ||||
| Stub for ::SgIntrinsicSymbol::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| intrinsicSymbolGetDeclaration :: Typeable a => SgIntrinsicSymbol a -> IO (SgInitializedName ()) | ||||
| Stub for ::SgIntrinsicSymbol::get_declaration of type class ::SgInitializedName*() | ||||
| intrinsicSymbolGetName :: Typeable a => SgIntrinsicSymbol a -> IO String | ||||
| Stub for ::SgIntrinsicSymbol::get_name of type class ::SgName() | ||||
| intrinsicSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgIntrinsicSymbol a -> IO CSize | ||||
| Stub for ::SgIntrinsicSymbol::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| intrinsicSymbolGetSymbolBasis :: Typeable a => SgIntrinsicSymbol a -> IO (SgNode ()) | ||||
| Stub for ::SgIntrinsicSymbol::get_symbol_basis of type class ::SgNode*() | ||||
| intrinsicSymbolGetTraversalSuccessorByIndex :: Typeable a => SgIntrinsicSymbol a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgIntrinsicSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| intrinsicSymbolGetTraversalSuccessorContainer :: Typeable a => SgIntrinsicSymbol a -> IO [SgNode ()] | ||||
| Stub for ::SgIntrinsicSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| intrinsicSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgIntrinsicSymbol a -> IO [CString] | ||||
| Stub for ::SgIntrinsicSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| intrinsicSymbolGetType :: Typeable a => SgIntrinsicSymbol a -> IO (SgType ()) | ||||
| Stub for ::SgIntrinsicSymbol::get_type of type class ::SgType*() | ||||
| intrinsicSymbolIsInMemoryPool :: Typeable a => SgIntrinsicSymbol a -> IO Bool | ||||
| Stub for ::SgIntrinsicSymbol::isInMemoryPool of type bool () | ||||
| intrinsicSymbolMemoryUsage :: IO CSize | ||||
| Stub for ::SgIntrinsicSymbol::memoryUsage of type ::size_t() | ||||
| intrinsicSymbolNumberOfNodes :: IO CSize | ||||
| Stub for ::SgIntrinsicSymbol::numberOfNodes of type ::size_t() | ||||
| intrinsicSymbolSageClassName :: Typeable a => SgIntrinsicSymbol a -> IO String | ||||
| Stub for ::SgIntrinsicSymbol::sage_class_name of type const char *() | ||||
| intrinsicSymbolSetDeclaration :: (Typeable a, Typeable b) => SgIntrinsicSymbol a -> SgInitializedName b -> IO () | ||||
| Stub for ::SgIntrinsicSymbol::set_declaration of type void (class ::SgInitializedName*) | ||||
| intrinsicSymbolVariantT :: Typeable a => SgIntrinsicSymbol a -> IO VariantT | ||||
| Stub for ::SgIntrinsicSymbol::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |