| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfCondition :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfCondition ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfCondition. | ||||
| upSgAsmDwarfCondition :: Typeable a => SgAsmDwarfCondition a -> SgAsmDwarfCondition () | ||||
| Performs an upcast of a SgAsmDwarfCondition subtype to a SgAsmDwarfCondition. | ||||
| newAsmDwarfCondition :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfCondition ()) | ||||
| Stub for ::SgAsmDwarfCondition::SgAsmDwarfCondition of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfConditionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfCondition a -> IO () | ||||
| Stub for ::SgAsmDwarfCondition::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfConditionClassName :: Typeable a => SgAsmDwarfCondition a -> IO String | ||||
| Stub for ::SgAsmDwarfCondition::class_name of type ::std::string() | ||||
| asmDwarfConditionGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfCondition a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfCondition::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfConditionGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfCondition a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfCondition::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfConditionGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfCondition a -> IO CSize | ||||
| Stub for ::SgAsmDwarfCondition::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfConditionGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfCondition a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfCondition::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfConditionGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfCondition a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfCondition::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfConditionGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfCondition a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfCondition::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfConditionIsInMemoryPool :: Typeable a => SgAsmDwarfCondition a -> IO Bool | ||||
| Stub for ::SgAsmDwarfCondition::isInMemoryPool of type bool () | ||||
| asmDwarfConditionMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfCondition::memoryUsage of type ::size_t() | ||||
| asmDwarfConditionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfCondition::numberOfNodes of type ::size_t() | ||||
| asmDwarfConditionSageClassName :: Typeable a => SgAsmDwarfCondition a -> IO String | ||||
| Stub for ::SgAsmDwarfCondition::sage_class_name of type const char *() | ||||
| asmDwarfConditionVariantT :: Typeable a => SgAsmDwarfCondition a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfCondition::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |