| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfLine :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfLine ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfLine. | ||||
| upSgAsmDwarfLine :: Typeable a => SgAsmDwarfLine a -> SgAsmDwarfLine () | ||||
| Performs an upcast of a SgAsmDwarfLine subtype to a SgAsmDwarfLine. | ||||
| newAsmDwarfLine :: Word64 -> CInt -> CInt -> CInt -> IO (SgAsmDwarfLine ()) | ||||
| Stub for ::SgAsmDwarfLine::SgAsmDwarfLine of type void (::uint64_t, int , int , int ) | ||||
| asmDwarfLineCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfLine a -> IO () | ||||
| Stub for ::SgAsmDwarfLine::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfLineClassName :: Typeable a => SgAsmDwarfLine a -> IO String | ||||
| Stub for ::SgAsmDwarfLine::class_name of type ::std::string() | ||||
| asmDwarfLineGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfLine a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfLine::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfLineGetAddress :: Typeable a => SgAsmDwarfLine a -> IO Word64 | ||||
| Stub for ::SgAsmDwarfLine::get_address of type ::uint64_t() | ||||
| asmDwarfLineGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfLine a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfLine::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfLineGetColumn :: Typeable a => SgAsmDwarfLine a -> IO CInt | ||||
| Stub for ::SgAsmDwarfLine::get_column of type int () | ||||
| asmDwarfLineGetFileId :: Typeable a => SgAsmDwarfLine a -> IO CInt | ||||
| Stub for ::SgAsmDwarfLine::get_file_id of type int () | ||||
| asmDwarfLineGetLine :: Typeable a => SgAsmDwarfLine a -> IO CInt | ||||
| Stub for ::SgAsmDwarfLine::get_line of type int () | ||||
| asmDwarfLineGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfLine a -> IO CSize | ||||
| Stub for ::SgAsmDwarfLine::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfLineGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfLine a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfLine::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfLineGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfLine a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfLine::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfLineGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfLine a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfLine::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfLineIsInMemoryPool :: Typeable a => SgAsmDwarfLine a -> IO Bool | ||||
| Stub for ::SgAsmDwarfLine::isInMemoryPool of type bool () | ||||
| asmDwarfLineMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfLine::memoryUsage of type ::size_t() | ||||
| asmDwarfLineNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfLine::numberOfNodes of type ::size_t() | ||||
| asmDwarfLineSageClassName :: Typeable a => SgAsmDwarfLine a -> IO String | ||||
| Stub for ::SgAsmDwarfLine::sage_class_name of type const char *() | ||||
| asmDwarfLineSetAddress :: Typeable a => SgAsmDwarfLine a -> Word64 -> IO () | ||||
| Stub for ::SgAsmDwarfLine::set_address of type void (::uint64_t) | ||||
| asmDwarfLineSetColumn :: Typeable a => SgAsmDwarfLine a -> CInt -> IO () | ||||
| Stub for ::SgAsmDwarfLine::set_column of type void (int ) | ||||
| asmDwarfLineSetFileId :: Typeable a => SgAsmDwarfLine a -> CInt -> IO () | ||||
| Stub for ::SgAsmDwarfLine::set_file_id of type void (int ) | ||||
| asmDwarfLineSetLine :: Typeable a => SgAsmDwarfLine a -> CInt -> IO () | ||||
| Stub for ::SgAsmDwarfLine::set_line of type void (int ) | ||||
| asmDwarfLineVariantT :: Typeable a => SgAsmDwarfLine a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfLine::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |