| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpParallelStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpParallelStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpParallelStatement. | ||||
| upSgOmpParallelStatement :: Typeable a => SgOmpParallelStatement a -> SgOmpParallelStatement () | ||||
| Performs an upcast of a SgOmpParallelStatement subtype to a SgOmpParallelStatement. | ||||
| newOmpParallelStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpParallelStatement ()) | ||||
| Stub for ::SgOmpParallelStatement::SgOmpParallelStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpParallelStatement2 :: Typeable a => SgStatement a -> IO (SgOmpParallelStatement ()) | ||||
| Stub for ::SgOmpParallelStatement::SgOmpParallelStatement of type void (class ::SgStatement*) | ||||
| ompParallelStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpParallelStatement a -> IO () | ||||
| Stub for ::SgOmpParallelStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompParallelStatementClassName :: Typeable a => SgOmpParallelStatement a -> IO String | ||||
| Stub for ::SgOmpParallelStatement::class_name of type ::std::string() | ||||
| ompParallelStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpParallelStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpParallelStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompParallelStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpParallelStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpParallelStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompParallelStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpParallelStatement a -> IO CSize | ||||
| Stub for ::SgOmpParallelStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompParallelStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpParallelStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpParallelStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompParallelStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpParallelStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpParallelStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompParallelStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpParallelStatement a -> IO [CString] | ||||
| Stub for ::SgOmpParallelStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompParallelStatementIsInMemoryPool :: Typeable a => SgOmpParallelStatement a -> IO Bool | ||||
| Stub for ::SgOmpParallelStatement::isInMemoryPool of type bool () | ||||
| ompParallelStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpParallelStatement::memoryUsage of type ::size_t() | ||||
| ompParallelStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpParallelStatement::numberOfNodes of type ::size_t() | ||||
| ompParallelStatementPostConstructionInitialization :: Typeable a => SgOmpParallelStatement a -> IO () | ||||
| Stub for ::SgOmpParallelStatement::post_construction_initialization of type void () | ||||
| ompParallelStatementSageClassName :: Typeable a => SgOmpParallelStatement a -> IO String | ||||
| Stub for ::SgOmpParallelStatement::sage_class_name of type const char *() | ||||
| ompParallelStatementVariantT :: Typeable a => SgOmpParallelStatement a -> IO VariantT | ||||
| Stub for ::SgOmpParallelStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |