| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpDoStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpDoStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpDoStatement. | ||||
| upSgOmpDoStatement :: Typeable a => SgOmpDoStatement a -> SgOmpDoStatement () | ||||
| Performs an upcast of a SgOmpDoStatement subtype to a SgOmpDoStatement. | ||||
| newOmpDoStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpDoStatement ()) | ||||
| Stub for ::SgOmpDoStatement::SgOmpDoStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpDoStatement2 :: Typeable a => SgStatement a -> IO (SgOmpDoStatement ()) | ||||
| Stub for ::SgOmpDoStatement::SgOmpDoStatement of type void (class ::SgStatement*) | ||||
| ompDoStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpDoStatement a -> IO () | ||||
| Stub for ::SgOmpDoStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompDoStatementClassName :: Typeable a => SgOmpDoStatement a -> IO String | ||||
| Stub for ::SgOmpDoStatement::class_name of type ::std::string() | ||||
| ompDoStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpDoStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpDoStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompDoStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpDoStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpDoStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompDoStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpDoStatement a -> IO CSize | ||||
| Stub for ::SgOmpDoStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompDoStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpDoStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpDoStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompDoStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpDoStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpDoStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompDoStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpDoStatement a -> IO [CString] | ||||
| Stub for ::SgOmpDoStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompDoStatementIsInMemoryPool :: Typeable a => SgOmpDoStatement a -> IO Bool | ||||
| Stub for ::SgOmpDoStatement::isInMemoryPool of type bool () | ||||
| ompDoStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpDoStatement::memoryUsage of type ::size_t() | ||||
| ompDoStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpDoStatement::numberOfNodes of type ::size_t() | ||||
| ompDoStatementPostConstructionInitialization :: Typeable a => SgOmpDoStatement a -> IO () | ||||
| Stub for ::SgOmpDoStatement::post_construction_initialization of type void () | ||||
| ompDoStatementSageClassName :: Typeable a => SgOmpDoStatement a -> IO String | ||||
| Stub for ::SgOmpDoStatement::sage_class_name of type const char *() | ||||
| ompDoStatementVariantT :: Typeable a => SgOmpDoStatement a -> IO VariantT | ||||
| Stub for ::SgOmpDoStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |