| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfEntryPoint :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfEntryPoint ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfEntryPoint. | ||||
| upSgAsmDwarfEntryPoint :: Typeable a => SgAsmDwarfEntryPoint a -> SgAsmDwarfEntryPoint () | ||||
| Performs an upcast of a SgAsmDwarfEntryPoint subtype to a SgAsmDwarfEntryPoint. | ||||
| newAsmDwarfEntryPoint :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfEntryPoint ()) | ||||
| Stub for ::SgAsmDwarfEntryPoint::SgAsmDwarfEntryPoint of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfEntryPointCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfEntryPoint a -> IO () | ||||
| Stub for ::SgAsmDwarfEntryPoint::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfEntryPointClassName :: Typeable a => SgAsmDwarfEntryPoint a -> IO String | ||||
| Stub for ::SgAsmDwarfEntryPoint::class_name of type ::std::string() | ||||
| asmDwarfEntryPointGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfEntryPoint a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfEntryPoint::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfEntryPointGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfEntryPoint a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfEntryPoint::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfEntryPointGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfEntryPoint a -> IO CSize | ||||
| Stub for ::SgAsmDwarfEntryPoint::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfEntryPointGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfEntryPoint a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfEntryPoint::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfEntryPointGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfEntryPoint a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfEntryPoint::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfEntryPointGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfEntryPoint a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfEntryPoint::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfEntryPointIsInMemoryPool :: Typeable a => SgAsmDwarfEntryPoint a -> IO Bool | ||||
| Stub for ::SgAsmDwarfEntryPoint::isInMemoryPool of type bool () | ||||
| asmDwarfEntryPointMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfEntryPoint::memoryUsage of type ::size_t() | ||||
| asmDwarfEntryPointNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfEntryPoint::numberOfNodes of type ::size_t() | ||||
| asmDwarfEntryPointSageClassName :: Typeable a => SgAsmDwarfEntryPoint a -> IO String | ||||
| Stub for ::SgAsmDwarfEntryPoint::sage_class_name of type const char *() | ||||
| asmDwarfEntryPointVariantT :: Typeable a => SgAsmDwarfEntryPoint a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfEntryPoint::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |