| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfConstant :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfConstant ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfConstant. | ||||
| upSgAsmDwarfConstant :: Typeable a => SgAsmDwarfConstant a -> SgAsmDwarfConstant () | ||||
| Performs an upcast of a SgAsmDwarfConstant subtype to a SgAsmDwarfConstant. | ||||
| newAsmDwarfConstant :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfConstant ()) | ||||
| Stub for ::SgAsmDwarfConstant::SgAsmDwarfConstant of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfConstantCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfConstant a -> IO () | ||||
| Stub for ::SgAsmDwarfConstant::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfConstantClassName :: Typeable a => SgAsmDwarfConstant a -> IO String | ||||
| Stub for ::SgAsmDwarfConstant::class_name of type ::std::string() | ||||
| asmDwarfConstantGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfConstant a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfConstant::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfConstantGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfConstant a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfConstant::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfConstantGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfConstant a -> IO CSize | ||||
| Stub for ::SgAsmDwarfConstant::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfConstantGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfConstant a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfConstant::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfConstantGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfConstant a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfConstant::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfConstantGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfConstant a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfConstant::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfConstantIsInMemoryPool :: Typeable a => SgAsmDwarfConstant a -> IO Bool | ||||
| Stub for ::SgAsmDwarfConstant::isInMemoryPool of type bool () | ||||
| asmDwarfConstantMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfConstant::memoryUsage of type ::size_t() | ||||
| asmDwarfConstantNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfConstant::numberOfNodes of type ::size_t() | ||||
| asmDwarfConstantSageClassName :: Typeable a => SgAsmDwarfConstant a -> IO String | ||||
| Stub for ::SgAsmDwarfConstant::sage_class_name of type const char *() | ||||
| asmDwarfConstantVariantT :: Typeable a => SgAsmDwarfConstant a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfConstant::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |