|
| ROSE.Sage3.Methods.SgOmpBodyStatement |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgOmpBodyStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpBodyStatement ())) |
| Attempts a dynamic cast of the given node to the type SgOmpBodyStatement.
|
|
| upSgOmpBodyStatement :: Typeable a => SgOmpBodyStatement a -> SgOmpBodyStatement () |
| Performs an upcast of a SgOmpBodyStatement subtype to a SgOmpBodyStatement.
|
|
| newOmpBodyStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpBodyStatement ()) |
| Stub for ::SgOmpBodyStatement::SgOmpBodyStatement of type void (class ::Sg_File_Info*, class ::SgStatement*)
|
|
| newOmpBodyStatement2 :: Typeable a => SgStatement a -> IO (SgOmpBodyStatement ()) |
| Stub for ::SgOmpBodyStatement::SgOmpBodyStatement of type void (class ::SgStatement*)
|
|
| ompBodyStatementCfgIndexForEnd :: Typeable a => SgOmpBodyStatement a -> IO CUInt |
| Stub for ::SgOmpBodyStatement::cfgIndexForEnd of type unsigned int ()
|
|
| ompBodyStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpBodyStatement a -> IO () |
| Stub for ::SgOmpBodyStatement::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| ompBodyStatementClassName :: Typeable a => SgOmpBodyStatement a -> IO String |
| Stub for ::SgOmpBodyStatement::class_name of type ::std::string()
|
|
| ompBodyStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpBodyStatement a -> SgNode b -> IO CLong |
| Stub for ::SgOmpBodyStatement::getChildIndex of type long (class ::SgNode*)
|
|
| ompBodyStatementGetBody :: Typeable a => SgOmpBodyStatement a -> IO (SgStatement ()) |
| Stub for ::SgOmpBodyStatement::get_body of type class ::SgStatement*()
|
|
| ompBodyStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpBodyStatement a -> SgNode b -> IO CSize |
| Stub for ::SgOmpBodyStatement::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| ompBodyStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpBodyStatement a -> IO CSize |
| Stub for ::SgOmpBodyStatement::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| ompBodyStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpBodyStatement a -> CSize -> IO (SgNode ()) |
| Stub for ::SgOmpBodyStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| ompBodyStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpBodyStatement a -> IO [SgNode ()] |
| Stub for ::SgOmpBodyStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| ompBodyStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpBodyStatement a -> IO [CString] |
| Stub for ::SgOmpBodyStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| ompBodyStatementIsInMemoryPool :: Typeable a => SgOmpBodyStatement a -> IO Bool |
| Stub for ::SgOmpBodyStatement::isInMemoryPool of type bool ()
|
|
| ompBodyStatementMemoryUsage :: IO CSize |
| Stub for ::SgOmpBodyStatement::memoryUsage of type ::size_t()
|
|
| ompBodyStatementNumberOfNodes :: IO CSize |
| Stub for ::SgOmpBodyStatement::numberOfNodes of type ::size_t()
|
|
| ompBodyStatementPostConstructionInitialization :: Typeable a => SgOmpBodyStatement a -> IO () |
| Stub for ::SgOmpBodyStatement::post_construction_initialization of type void ()
|
|
| ompBodyStatementReplaceChild :: (Typeable a, Typeable b, Typeable c) => SgOmpBodyStatement a -> SgStatement b -> SgStatement c -> Bool -> IO Bool |
| Stub for ::SgOmpBodyStatement::replace_child of type bool (class ::SgStatement*, class ::SgStatement*, bool )
|
|
| ompBodyStatementSageClassName :: Typeable a => SgOmpBodyStatement a -> IO String |
| Stub for ::SgOmpBodyStatement::sage_class_name of type const char *()
|
|
| ompBodyStatementSetBody :: (Typeable a, Typeable b) => SgOmpBodyStatement a -> SgStatement b -> IO () |
| Stub for ::SgOmpBodyStatement::set_body of type void (class ::SgStatement*)
|
|
| ompBodyStatementVariantT :: Typeable a => SgOmpBodyStatement a -> IO VariantT |
| Stub for ::SgOmpBodyStatement::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |