| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfVariable :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfVariable ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfVariable. | ||||
| upSgAsmDwarfVariable :: Typeable a => SgAsmDwarfVariable a -> SgAsmDwarfVariable () | ||||
| Performs an upcast of a SgAsmDwarfVariable subtype to a SgAsmDwarfVariable. | ||||
| newAsmDwarfVariable :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfVariable ()) | ||||
| Stub for ::SgAsmDwarfVariable::SgAsmDwarfVariable of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfVariableCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfVariable a -> IO () | ||||
| Stub for ::SgAsmDwarfVariable::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfVariableClassName :: Typeable a => SgAsmDwarfVariable a -> IO String | ||||
| Stub for ::SgAsmDwarfVariable::class_name of type ::std::string() | ||||
| asmDwarfVariableGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfVariable a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfVariable::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfVariableGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfVariable a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfVariable::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfVariableGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfVariable a -> IO CSize | ||||
| Stub for ::SgAsmDwarfVariable::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfVariableGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfVariable a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfVariable::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfVariableGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfVariable a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfVariable::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfVariableGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfVariable a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfVariable::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfVariableIsInMemoryPool :: Typeable a => SgAsmDwarfVariable a -> IO Bool | ||||
| Stub for ::SgAsmDwarfVariable::isInMemoryPool of type bool () | ||||
| asmDwarfVariableMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfVariable::memoryUsage of type ::size_t() | ||||
| asmDwarfVariableNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfVariable::numberOfNodes of type ::size_t() | ||||
| asmDwarfVariableSageClassName :: Typeable a => SgAsmDwarfVariable a -> IO String | ||||
| Stub for ::SgAsmDwarfVariable::sage_class_name of type const char *() | ||||
| asmDwarfVariableVariantT :: Typeable a => SgAsmDwarfVariable a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfVariable::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |