| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfTypedef :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfTypedef ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfTypedef. | ||||
| upSgAsmDwarfTypedef :: Typeable a => SgAsmDwarfTypedef a -> SgAsmDwarfTypedef () | ||||
| Performs an upcast of a SgAsmDwarfTypedef subtype to a SgAsmDwarfTypedef. | ||||
| newAsmDwarfTypedef :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfTypedef ()) | ||||
| Stub for ::SgAsmDwarfTypedef::SgAsmDwarfTypedef of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfTypedefCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfTypedef a -> IO () | ||||
| Stub for ::SgAsmDwarfTypedef::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfTypedefClassName :: Typeable a => SgAsmDwarfTypedef a -> IO String | ||||
| Stub for ::SgAsmDwarfTypedef::class_name of type ::std::string() | ||||
| asmDwarfTypedefGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfTypedef a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfTypedef::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfTypedefGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfTypedef a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfTypedef::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfTypedefGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfTypedef a -> IO CSize | ||||
| Stub for ::SgAsmDwarfTypedef::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfTypedefGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfTypedef a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfTypedef::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfTypedefGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfTypedef a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfTypedef::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfTypedefGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfTypedef a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfTypedef::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfTypedefIsInMemoryPool :: Typeable a => SgAsmDwarfTypedef a -> IO Bool | ||||
| Stub for ::SgAsmDwarfTypedef::isInMemoryPool of type bool () | ||||
| asmDwarfTypedefMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfTypedef::memoryUsage of type ::size_t() | ||||
| asmDwarfTypedefNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfTypedef::numberOfNodes of type ::size_t() | ||||
| asmDwarfTypedefSageClassName :: Typeable a => SgAsmDwarfTypedef a -> IO String | ||||
| Stub for ::SgAsmDwarfTypedef::sage_class_name of type const char *() | ||||
| asmDwarfTypedefVariantT :: Typeable a => SgAsmDwarfTypedef a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfTypedef::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |