|
| ROSE.Sage3.Methods.SgAsmDwarfConstruct |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAsmDwarfConstruct :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfConstruct ())) |
| Attempts a dynamic cast of the given node to the type SgAsmDwarfConstruct.
|
|
| upSgAsmDwarfConstruct :: Typeable a => SgAsmDwarfConstruct a -> SgAsmDwarfConstruct () |
| Performs an upcast of a SgAsmDwarfConstruct subtype to a SgAsmDwarfConstruct.
|
|
| newAsmDwarfConstruct :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfConstruct ()) |
| Stub for ::SgAsmDwarfConstruct::SgAsmDwarfConstruct of type void (int , ::uint64_t, ::uint64_t)
|
|
| asmDwarfConstructCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfConstruct a -> IO () |
| Stub for ::SgAsmDwarfConstruct::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| asmDwarfConstructClassName :: Typeable a => SgAsmDwarfConstruct a -> IO String |
| Stub for ::SgAsmDwarfConstruct::class_name of type ::std::string()
|
|
| asmDwarfConstructCreateDwarfConstruct :: CInt -> CInt -> Word64 -> Word64 -> IO (SgAsmDwarfConstruct ()) |
| Stub for ::SgAsmDwarfConstruct::createDwarfConstruct of type class ::SgAsmDwarfConstruct*(int , int , uint64_t , uint64_t )
|
|
| asmDwarfConstructGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfConstruct a -> SgNode b -> IO CLong |
| Stub for ::SgAsmDwarfConstruct::getChildIndex of type long (class ::SgNode*)
|
|
| asmDwarfConstructGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfConstruct a -> SgNode b -> IO CSize |
| Stub for ::SgAsmDwarfConstruct::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| asmDwarfConstructGetChildren :: Typeable a => SgAsmDwarfConstruct a -> IO (SgAsmDwarfConstructList ()) |
| Stub for ::SgAsmDwarfConstruct::get_children of type class ::SgAsmDwarfConstructList*()
|
|
| asmDwarfConstructGetName :: Typeable a => SgAsmDwarfConstruct a -> IO String |
| Stub for ::SgAsmDwarfConstruct::get_name of type ::std::string()
|
|
| asmDwarfConstructGetNestingLevel :: Typeable a => SgAsmDwarfConstruct a -> IO CInt |
| Stub for ::SgAsmDwarfConstruct::get_nesting_level of type int ()
|
|
| asmDwarfConstructGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfConstruct a -> IO CSize |
| Stub for ::SgAsmDwarfConstruct::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| asmDwarfConstructGetOffset :: Typeable a => SgAsmDwarfConstruct a -> IO Word64 |
| Stub for ::SgAsmDwarfConstruct::get_offset of type ::uint64_t()
|
|
| asmDwarfConstructGetOverallOffset :: Typeable a => SgAsmDwarfConstruct a -> IO Word64 |
| Stub for ::SgAsmDwarfConstruct::get_overall_offset of type ::uint64_t()
|
|
| asmDwarfConstructGetSourcePosition :: Typeable a => SgAsmDwarfConstruct a -> IO (SgAsmDwarfLine ()) |
| Stub for ::SgAsmDwarfConstruct::get_source_position of type class ::SgAsmDwarfLine*()
|
|
| asmDwarfConstructGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfConstruct a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAsmDwarfConstruct::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| asmDwarfConstructGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfConstruct a -> IO [SgNode ()] |
| Stub for ::SgAsmDwarfConstruct::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| asmDwarfConstructGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfConstruct a -> IO [CString] |
| Stub for ::SgAsmDwarfConstruct::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| asmDwarfConstructIsInMemoryPool :: Typeable a => SgAsmDwarfConstruct a -> IO Bool |
| Stub for ::SgAsmDwarfConstruct::isInMemoryPool of type bool ()
|
|
| asmDwarfConstructMemoryUsage :: IO CSize |
| Stub for ::SgAsmDwarfConstruct::memoryUsage of type ::size_t()
|
|
| asmDwarfConstructNumberOfNodes :: IO CSize |
| Stub for ::SgAsmDwarfConstruct::numberOfNodes of type ::size_t()
|
|
| asmDwarfConstructSageClassName :: Typeable a => SgAsmDwarfConstruct a -> IO String |
| Stub for ::SgAsmDwarfConstruct::sage_class_name of type const char *()
|
|
| asmDwarfConstructSetName :: Typeable a => SgAsmDwarfConstruct a -> String -> IO () |
| Stub for ::SgAsmDwarfConstruct::set_name of type void (::std::string)
|
|
| asmDwarfConstructSetNestingLevel :: Typeable a => SgAsmDwarfConstruct a -> CInt -> IO () |
| Stub for ::SgAsmDwarfConstruct::set_nesting_level of type void (int )
|
|
| asmDwarfConstructSetOffset :: Typeable a => SgAsmDwarfConstruct a -> Word64 -> IO () |
| Stub for ::SgAsmDwarfConstruct::set_offset of type void (::uint64_t)
|
|
| asmDwarfConstructSetOverallOffset :: Typeable a => SgAsmDwarfConstruct a -> Word64 -> IO () |
| Stub for ::SgAsmDwarfConstruct::set_overall_offset of type void (::uint64_t)
|
|
| asmDwarfConstructSetSourcePosition :: (Typeable a, Typeable b) => SgAsmDwarfConstruct a -> SgAsmDwarfLine b -> IO () |
| Stub for ::SgAsmDwarfConstruct::set_source_position of type void (class ::SgAsmDwarfLine*)
|
|
| asmDwarfConstructVariantT :: Typeable a => SgAsmDwarfConstruct a -> IO VariantT |
| Stub for ::SgAsmDwarfConstruct::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |