| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfArrayType :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfArrayType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfArrayType. | ||||
| upSgAsmDwarfArrayType :: Typeable a => SgAsmDwarfArrayType a -> SgAsmDwarfArrayType () | ||||
| Performs an upcast of a SgAsmDwarfArrayType subtype to a SgAsmDwarfArrayType. | ||||
| newAsmDwarfArrayType :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfArrayType ()) | ||||
| Stub for ::SgAsmDwarfArrayType::SgAsmDwarfArrayType of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfArrayTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfArrayType a -> IO () | ||||
| Stub for ::SgAsmDwarfArrayType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfArrayTypeClassName :: Typeable a => SgAsmDwarfArrayType a -> IO String | ||||
| Stub for ::SgAsmDwarfArrayType::class_name of type ::std::string() | ||||
| asmDwarfArrayTypeGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfArrayType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfArrayType::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfArrayTypeGetBody :: Typeable a => SgAsmDwarfArrayType a -> IO (SgAsmDwarfConstructList ()) | ||||
| Stub for ::SgAsmDwarfArrayType::get_body of type class ::SgAsmDwarfConstructList*() | ||||
| asmDwarfArrayTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfArrayType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfArrayType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfArrayTypeGetChildren :: Typeable a => SgAsmDwarfArrayType a -> IO (SgAsmDwarfConstructList ()) | ||||
| Stub for ::SgAsmDwarfArrayType::get_children of type class ::SgAsmDwarfConstructList*() | ||||
| asmDwarfArrayTypeGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfArrayType a -> IO CSize | ||||
| Stub for ::SgAsmDwarfArrayType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfArrayTypeGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfArrayType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfArrayType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfArrayTypeGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfArrayType a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfArrayType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfArrayTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfArrayType a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfArrayType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfArrayTypeIsInMemoryPool :: Typeable a => SgAsmDwarfArrayType a -> IO Bool | ||||
| Stub for ::SgAsmDwarfArrayType::isInMemoryPool of type bool () | ||||
| asmDwarfArrayTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfArrayType::memoryUsage of type ::size_t() | ||||
| asmDwarfArrayTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfArrayType::numberOfNodes of type ::size_t() | ||||
| asmDwarfArrayTypeSageClassName :: Typeable a => SgAsmDwarfArrayType a -> IO String | ||||
| Stub for ::SgAsmDwarfArrayType::sage_class_name of type const char *() | ||||
| asmDwarfArrayTypeSetBody :: (Typeable a, Typeable b) => SgAsmDwarfArrayType a -> SgAsmDwarfConstructList b -> IO () | ||||
| Stub for ::SgAsmDwarfArrayType::set_body of type void (class ::SgAsmDwarfConstructList*) | ||||
| asmDwarfArrayTypeVariantT :: Typeable a => SgAsmDwarfArrayType a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfArrayType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |