| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmInterpretation :: Typeable a => SgNode a -> IO (Maybe (SgAsmInterpretation ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmInterpretation. | ||||
| upSgAsmInterpretation :: Typeable a => SgAsmInterpretation a -> SgAsmInterpretation () | ||||
| Performs an upcast of a SgAsmInterpretation subtype to a SgAsmInterpretation. | ||||
| newAsmInterpretation :: IO (SgAsmInterpretation ()) | ||||
| Stub for ::SgAsmInterpretation::SgAsmInterpretation of type void () | ||||
| asmInterpretationCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmInterpretation a -> IO () | ||||
| Stub for ::SgAsmInterpretation::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmInterpretationClassName :: Typeable a => SgAsmInterpretation a -> IO String | ||||
| Stub for ::SgAsmInterpretation::class_name of type ::std::string() | ||||
| asmInterpretationGetChildIndex :: (Typeable a, Typeable b) => SgAsmInterpretation a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmInterpretation::getChildIndex of type long (class ::SgNode*) | ||||
| asmInterpretationGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmInterpretation a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmInterpretation::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmInterpretationGetDwarfInfo :: Typeable a => SgAsmInterpretation a -> IO (SgAsmDwarfCompilationUnitList ()) | ||||
| Stub for ::SgAsmInterpretation::get_dwarf_info of type class ::SgAsmDwarfCompilationUnitList*() | ||||
| asmInterpretationGetFiles :: Typeable a => SgAsmInterpretation a -> IO [SgAsmGenericFile ()] | ||||
| Stub for ::SgAsmInterpretation::get_files of type ::SgAsmGenericFilePtrList() | ||||
| asmInterpretationGetGlobalBlock :: Typeable a => SgAsmInterpretation a -> IO (SgAsmBlock ()) | ||||
| Stub for ::SgAsmInterpretation::get_global_block of type class ::SgAsmBlock*() | ||||
| asmInterpretationGetHeaders :: Typeable a => SgAsmInterpretation a -> IO (SgAsmGenericHeaderList ()) | ||||
| Stub for ::SgAsmInterpretation::get_headers of type class ::SgAsmGenericHeaderList*() | ||||
| asmInterpretationGetNumberOfTraversalSuccessors :: Typeable a => SgAsmInterpretation a -> IO CSize | ||||
| Stub for ::SgAsmInterpretation::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmInterpretationGetTraversalSuccessorByIndex :: Typeable a => SgAsmInterpretation a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmInterpretation::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmInterpretationGetTraversalSuccessorContainer :: Typeable a => SgAsmInterpretation a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmInterpretation::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmInterpretationGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmInterpretation a -> IO [CString] | ||||
| Stub for ::SgAsmInterpretation::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmInterpretationIsInMemoryPool :: Typeable a => SgAsmInterpretation a -> IO Bool | ||||
| Stub for ::SgAsmInterpretation::isInMemoryPool of type bool () | ||||
| asmInterpretationMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmInterpretation::memoryUsage of type ::size_t() | ||||
| asmInterpretationNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmInterpretation::numberOfNodes of type ::size_t() | ||||
| asmInterpretationSageClassName :: Typeable a => SgAsmInterpretation a -> IO String | ||||
| Stub for ::SgAsmInterpretation::sage_class_name of type const char *() | ||||
| asmInterpretationSetCoverageComputed :: Typeable a => SgAsmInterpretation a -> Bool -> IO () | ||||
| Stub for ::SgAsmInterpretation::set_coverageComputed of type void (bool ) | ||||
| asmInterpretationSetDwarfInfo :: (Typeable a, Typeable b) => SgAsmInterpretation a -> SgAsmDwarfCompilationUnitList b -> IO () | ||||
| Stub for ::SgAsmInterpretation::set_dwarf_info of type void (class ::SgAsmDwarfCompilationUnitList*) | ||||
| asmInterpretationSetGlobalBlock :: (Typeable a, Typeable b) => SgAsmInterpretation a -> SgAsmBlock b -> IO () | ||||
| Stub for ::SgAsmInterpretation::set_global_block of type void (class ::SgAsmBlock*) | ||||
| asmInterpretationSetHeaders :: (Typeable a, Typeable b) => SgAsmInterpretation a -> SgAsmGenericHeaderList b -> IO () | ||||
| Stub for ::SgAsmInterpretation::set_headers of type void (class ::SgAsmGenericHeaderList*) | ||||
| asmInterpretationSetPercentageCoverage :: Typeable a => SgAsmInterpretation a -> CDouble -> IO () | ||||
| Stub for ::SgAsmInterpretation::set_percentageCoverage of type void (double ) | ||||
| asmInterpretationVariantT :: Typeable a => SgAsmInterpretation a -> IO VariantT | ||||
| Stub for ::SgAsmInterpretation::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |