| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmGenericSymbol :: Typeable a => SgNode a -> IO (Maybe (SgAsmGenericSymbol ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmGenericSymbol. | ||||
| upSgAsmGenericSymbol :: Typeable a => SgAsmGenericSymbol a -> SgAsmGenericSymbol () | ||||
| Performs an upcast of a SgAsmGenericSymbol subtype to a SgAsmGenericSymbol. | ||||
| newAsmGenericSymbol :: IO (SgAsmGenericSymbol ()) | ||||
| Stub for ::SgAsmGenericSymbol::SgAsmGenericSymbol of type void () | ||||
| asmGenericSymbolCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmGenericSymbol a -> IO () | ||||
| Stub for ::SgAsmGenericSymbol::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmGenericSymbolClassName :: Typeable a => SgAsmGenericSymbol a -> IO String | ||||
| Stub for ::SgAsmGenericSymbol::class_name of type ::std::string() | ||||
| asmGenericSymbolDump :: Typeable a => SgAsmGenericSymbol a -> Ptr CFile -> String -> CLong -> IO () | ||||
| Stub for ::SgAsmGenericSymbol::dump of type void (::FILE*, const char *, ::ssize_t) | ||||
| asmGenericSymbolGetChildIndex :: (Typeable a, Typeable b) => SgAsmGenericSymbol a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmGenericSymbol::getChildIndex of type long (class ::SgNode*) | ||||
| asmGenericSymbolGetBound :: Typeable a => SgAsmGenericSymbol a -> IO (SgAsmGenericSection ()) | ||||
| Stub for ::SgAsmGenericSymbol::get_bound of type class ::SgAsmGenericSection*() | ||||
| asmGenericSymbolGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmGenericSymbol a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmGenericSymbol::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmGenericSymbolGetName :: Typeable a => SgAsmGenericSymbol a -> IO (SgAsmGenericString ()) | ||||
| Stub for ::SgAsmGenericSymbol::get_name of type class ::SgAsmGenericString*() | ||||
| asmGenericSymbolGetNumberOfTraversalSuccessors :: Typeable a => SgAsmGenericSymbol a -> IO CSize | ||||
| Stub for ::SgAsmGenericSymbol::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmGenericSymbolGetSize :: Typeable a => SgAsmGenericSymbol a -> IO CULong | ||||
| Stub for ::SgAsmGenericSymbol::get_size of type ::rose_addr_t() | ||||
| asmGenericSymbolGetTraversalSuccessorByIndex :: Typeable a => SgAsmGenericSymbol a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmGenericSymbol::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmGenericSymbolGetTraversalSuccessorContainer :: Typeable a => SgAsmGenericSymbol a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmGenericSymbol::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmGenericSymbolGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmGenericSymbol a -> IO [CString] | ||||
| Stub for ::SgAsmGenericSymbol::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmGenericSymbolGetValue :: Typeable a => SgAsmGenericSymbol a -> IO CULong | ||||
| Stub for ::SgAsmGenericSymbol::get_value of type ::rose_addr_t() | ||||
| asmGenericSymbolIsInMemoryPool :: Typeable a => SgAsmGenericSymbol a -> IO Bool | ||||
| Stub for ::SgAsmGenericSymbol::isInMemoryPool of type bool () | ||||
| asmGenericSymbolMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmGenericSymbol::memoryUsage of type ::size_t() | ||||
| asmGenericSymbolNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmGenericSymbol::numberOfNodes of type ::size_t() | ||||
| asmGenericSymbolSageClassName :: Typeable a => SgAsmGenericSymbol a -> IO String | ||||
| Stub for ::SgAsmGenericSymbol::sage_class_name of type const char *() | ||||
| asmGenericSymbolSetBound :: (Typeable a, Typeable b) => SgAsmGenericSymbol a -> SgAsmGenericSection b -> IO () | ||||
| Stub for ::SgAsmGenericSymbol::set_bound of type void (class ::SgAsmGenericSection*) | ||||
| asmGenericSymbolSetName :: (Typeable a, Typeable b) => SgAsmGenericSymbol a -> SgAsmGenericString b -> IO () | ||||
| Stub for ::SgAsmGenericSymbol::set_name of type void (class ::SgAsmGenericString*) | ||||
| asmGenericSymbolSetSize :: Typeable a => SgAsmGenericSymbol a -> CULong -> IO () | ||||
| Stub for ::SgAsmGenericSymbol::set_size of type void (::rose_addr_t) | ||||
| asmGenericSymbolSetValue :: Typeable a => SgAsmGenericSymbol a -> CULong -> IO () | ||||
| Stub for ::SgAsmGenericSymbol::set_value of type void (::rose_addr_t) | ||||
| asmGenericSymbolStringifyBinding :: Typeable a => SgAsmGenericSymbol a -> IO String | ||||
| Stub for ::SgAsmGenericSymbol::stringifyBinding of type ::std::string() | ||||
| asmGenericSymbolStringifyDefState :: Typeable a => SgAsmGenericSymbol a -> IO String | ||||
| Stub for ::SgAsmGenericSymbol::stringifyDefState of type ::std::string() | ||||
| asmGenericSymbolStringifyType :: Typeable a => SgAsmGenericSymbol a -> IO String | ||||
| Stub for ::SgAsmGenericSymbol::stringifyType of type ::std::string() | ||||
| asmGenericSymbolVariantT :: Typeable a => SgAsmGenericSymbol a -> IO VariantT | ||||
| Stub for ::SgAsmGenericSymbol::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |