| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpTaskStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpTaskStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpTaskStatement. | ||||
| upSgOmpTaskStatement :: Typeable a => SgOmpTaskStatement a -> SgOmpTaskStatement () | ||||
| Performs an upcast of a SgOmpTaskStatement subtype to a SgOmpTaskStatement. | ||||
| newOmpTaskStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpTaskStatement ()) | ||||
| Stub for ::SgOmpTaskStatement::SgOmpTaskStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpTaskStatement2 :: Typeable a => SgStatement a -> IO (SgOmpTaskStatement ()) | ||||
| Stub for ::SgOmpTaskStatement::SgOmpTaskStatement of type void (class ::SgStatement*) | ||||
| ompTaskStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpTaskStatement a -> IO () | ||||
| Stub for ::SgOmpTaskStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompTaskStatementClassName :: Typeable a => SgOmpTaskStatement a -> IO String | ||||
| Stub for ::SgOmpTaskStatement::class_name of type ::std::string() | ||||
| ompTaskStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpTaskStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpTaskStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompTaskStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpTaskStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpTaskStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompTaskStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpTaskStatement a -> IO CSize | ||||
| Stub for ::SgOmpTaskStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompTaskStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpTaskStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpTaskStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompTaskStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpTaskStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpTaskStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompTaskStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpTaskStatement a -> IO [CString] | ||||
| Stub for ::SgOmpTaskStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompTaskStatementIsInMemoryPool :: Typeable a => SgOmpTaskStatement a -> IO Bool | ||||
| Stub for ::SgOmpTaskStatement::isInMemoryPool of type bool () | ||||
| ompTaskStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpTaskStatement::memoryUsage of type ::size_t() | ||||
| ompTaskStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpTaskStatement::numberOfNodes of type ::size_t() | ||||
| ompTaskStatementPostConstructionInitialization :: Typeable a => SgOmpTaskStatement a -> IO () | ||||
| Stub for ::SgOmpTaskStatement::post_construction_initialization of type void () | ||||
| ompTaskStatementSageClassName :: Typeable a => SgOmpTaskStatement a -> IO String | ||||
| Stub for ::SgOmpTaskStatement::sage_class_name of type const char *() | ||||
| ompTaskStatementVariantT :: Typeable a => SgOmpTaskStatement a -> IO VariantT | ||||
| Stub for ::SgOmpTaskStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |