| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpClauseBodyStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpClauseBodyStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpClauseBodyStatement. | ||||
| upSgOmpClauseBodyStatement :: Typeable a => SgOmpClauseBodyStatement a -> SgOmpClauseBodyStatement () | ||||
| Performs an upcast of a SgOmpClauseBodyStatement subtype to a SgOmpClauseBodyStatement. | ||||
| newOmpClauseBodyStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpClauseBodyStatement ()) | ||||
| Stub for ::SgOmpClauseBodyStatement::SgOmpClauseBodyStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpClauseBodyStatement2 :: Typeable a => SgStatement a -> IO (SgOmpClauseBodyStatement ()) | ||||
| Stub for ::SgOmpClauseBodyStatement::SgOmpClauseBodyStatement of type void (class ::SgStatement*) | ||||
| ompClauseBodyStatementCfgIndexForEnd :: Typeable a => SgOmpClauseBodyStatement a -> IO CUInt | ||||
| Stub for ::SgOmpClauseBodyStatement::cfgIndexForEnd of type unsigned int () | ||||
| ompClauseBodyStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpClauseBodyStatement a -> IO () | ||||
| Stub for ::SgOmpClauseBodyStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompClauseBodyStatementClassName :: Typeable a => SgOmpClauseBodyStatement a -> IO String | ||||
| Stub for ::SgOmpClauseBodyStatement::class_name of type ::std::string() | ||||
| ompClauseBodyStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpClauseBodyStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpClauseBodyStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompClauseBodyStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpClauseBodyStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpClauseBodyStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompClauseBodyStatementGetClauses :: Typeable a => SgOmpClauseBodyStatement a -> IO [SgOmpClause ()] | ||||
| Stub for ::SgOmpClauseBodyStatement::get_clauses of type const ::SgOmpClausePtrList&() | ||||
| ompClauseBodyStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpClauseBodyStatement a -> IO CSize | ||||
| Stub for ::SgOmpClauseBodyStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompClauseBodyStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpClauseBodyStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpClauseBodyStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompClauseBodyStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpClauseBodyStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpClauseBodyStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompClauseBodyStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpClauseBodyStatement a -> IO [CString] | ||||
| Stub for ::SgOmpClauseBodyStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompClauseBodyStatementIsInMemoryPool :: Typeable a => SgOmpClauseBodyStatement a -> IO Bool | ||||
| Stub for ::SgOmpClauseBodyStatement::isInMemoryPool of type bool () | ||||
| ompClauseBodyStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpClauseBodyStatement::memoryUsage of type ::size_t() | ||||
| ompClauseBodyStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpClauseBodyStatement::numberOfNodes of type ::size_t() | ||||
| ompClauseBodyStatementPostConstructionInitialization :: Typeable a => SgOmpClauseBodyStatement a -> IO () | ||||
| Stub for ::SgOmpClauseBodyStatement::post_construction_initialization of type void () | ||||
| ompClauseBodyStatementSageClassName :: Typeable a => SgOmpClauseBodyStatement a -> IO String | ||||
| Stub for ::SgOmpClauseBodyStatement::sage_class_name of type const char *() | ||||
| ompClauseBodyStatementVariantT :: Typeable a => SgOmpClauseBodyStatement a -> IO VariantT | ||||
| Stub for ::SgOmpClauseBodyStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |