|
| ROSE.Sage3.Methods.SgAsmStmt |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAsmStmt :: Typeable a => SgNode a -> IO (Maybe (SgAsmStmt ())) |
| Attempts a dynamic cast of the given node to the type SgAsmStmt.
|
|
| upSgAsmStmt :: Typeable a => SgAsmStmt a -> SgAsmStmt () |
| Performs an upcast of a SgAsmStmt subtype to a SgAsmStmt.
|
|
| newAsmStmt :: Typeable a => Sg_File_Info a -> IO (SgAsmStmt ()) |
| Stub for ::SgAsmStmt::SgAsmStmt of type void (class ::Sg_File_Info*)
|
|
| newAsmStmt2 :: IO (SgAsmStmt ()) |
| Stub for ::SgAsmStmt::SgAsmStmt of type void ()
|
|
| asmStmtCfgIndexForEnd :: Typeable a => SgAsmStmt a -> IO CUInt |
| Stub for ::SgAsmStmt::cfgIndexForEnd of type unsigned int ()
|
|
| asmStmtCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmStmt a -> IO () |
| Stub for ::SgAsmStmt::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| asmStmtClassName :: Typeable a => SgAsmStmt a -> IO String |
| Stub for ::SgAsmStmt::class_name of type ::std::string()
|
|
| asmStmtGetChildIndex :: (Typeable a, Typeable b) => SgAsmStmt a -> SgNode b -> IO CLong |
| Stub for ::SgAsmStmt::getChildIndex of type long (class ::SgNode*)
|
|
| asmStmtGetAssemblyCode :: Typeable a => SgAsmStmt a -> IO String |
| Stub for ::SgAsmStmt::get_assemblyCode of type ::std::string()
|
|
| asmStmtGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmStmt a -> SgNode b -> IO CSize |
| Stub for ::SgAsmStmt::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| asmStmtGetIsVolatile :: Typeable a => SgAsmStmt a -> IO Bool |
| Stub for ::SgAsmStmt::get_isVolatile of type bool ()
|
|
| asmStmtGetMangledName :: Typeable a => SgAsmStmt a -> IO String |
| Stub for ::SgAsmStmt::get_mangled_name of type class ::SgName()
|
|
| asmStmtGetNumberOfTraversalSuccessors :: Typeable a => SgAsmStmt a -> IO CSize |
| Stub for ::SgAsmStmt::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| asmStmtGetOperands :: Typeable a => SgAsmStmt a -> IO [SgExpression ()] |
| Stub for ::SgAsmStmt::get_operands of type ::SgExpressionPtrList&()
|
|
| asmStmtGetTraversalSuccessorByIndex :: Typeable a => SgAsmStmt a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAsmStmt::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| asmStmtGetTraversalSuccessorContainer :: Typeable a => SgAsmStmt a -> IO [SgNode ()] |
| Stub for ::SgAsmStmt::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| asmStmtGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmStmt a -> IO [CString] |
| Stub for ::SgAsmStmt::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| asmStmtGetUseGnuExtendedFormat :: Typeable a => SgAsmStmt a -> IO Bool |
| Stub for ::SgAsmStmt::get_useGnuExtendedFormat of type bool ()
|
|
| asmStmtIsInMemoryPool :: Typeable a => SgAsmStmt a -> IO Bool |
| Stub for ::SgAsmStmt::isInMemoryPool of type bool ()
|
|
| asmStmtMemoryUsage :: IO CSize |
| Stub for ::SgAsmStmt::memoryUsage of type ::size_t()
|
|
| asmStmtNumberOfNodes :: IO CSize |
| Stub for ::SgAsmStmt::numberOfNodes of type ::size_t()
|
|
| asmStmtPostConstructionInitialization :: Typeable a => SgAsmStmt a -> IO () |
| Stub for ::SgAsmStmt::post_construction_initialization of type void ()
|
|
| asmStmtSageClassName :: Typeable a => SgAsmStmt a -> IO String |
| Stub for ::SgAsmStmt::sage_class_name of type const char *()
|
|
| asmStmtSetAssemblyCode :: Typeable a => SgAsmStmt a -> String -> IO () |
| Stub for ::SgAsmStmt::set_assemblyCode of type void (::std::string)
|
|
| asmStmtSetIsVolatile :: Typeable a => SgAsmStmt a -> Bool -> IO () |
| Stub for ::SgAsmStmt::set_isVolatile of type void (bool )
|
|
| asmStmtSetUseGnuExtendedFormat :: Typeable a => SgAsmStmt a -> Bool -> IO () |
| Stub for ::SgAsmStmt::set_useGnuExtendedFormat of type void (bool )
|
|
| asmStmtVariantT :: Typeable a => SgAsmStmt a -> IO VariantT |
| Stub for ::SgAsmStmt::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |