| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpSingleStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpSingleStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpSingleStatement. | ||||
| upSgOmpSingleStatement :: Typeable a => SgOmpSingleStatement a -> SgOmpSingleStatement () | ||||
| Performs an upcast of a SgOmpSingleStatement subtype to a SgOmpSingleStatement. | ||||
| newOmpSingleStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpSingleStatement ()) | ||||
| Stub for ::SgOmpSingleStatement::SgOmpSingleStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpSingleStatement2 :: Typeable a => SgStatement a -> IO (SgOmpSingleStatement ()) | ||||
| Stub for ::SgOmpSingleStatement::SgOmpSingleStatement of type void (class ::SgStatement*) | ||||
| ompSingleStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpSingleStatement a -> IO () | ||||
| Stub for ::SgOmpSingleStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompSingleStatementClassName :: Typeable a => SgOmpSingleStatement a -> IO String | ||||
| Stub for ::SgOmpSingleStatement::class_name of type ::std::string() | ||||
| ompSingleStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpSingleStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpSingleStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompSingleStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpSingleStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpSingleStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompSingleStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpSingleStatement a -> IO CSize | ||||
| Stub for ::SgOmpSingleStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompSingleStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpSingleStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpSingleStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompSingleStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpSingleStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpSingleStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompSingleStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpSingleStatement a -> IO [CString] | ||||
| Stub for ::SgOmpSingleStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompSingleStatementIsInMemoryPool :: Typeable a => SgOmpSingleStatement a -> IO Bool | ||||
| Stub for ::SgOmpSingleStatement::isInMemoryPool of type bool () | ||||
| ompSingleStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpSingleStatement::memoryUsage of type ::size_t() | ||||
| ompSingleStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpSingleStatement::numberOfNodes of type ::size_t() | ||||
| ompSingleStatementPostConstructionInitialization :: Typeable a => SgOmpSingleStatement a -> IO () | ||||
| Stub for ::SgOmpSingleStatement::post_construction_initialization of type void () | ||||
| ompSingleStatementSageClassName :: Typeable a => SgOmpSingleStatement a -> IO String | ||||
| Stub for ::SgOmpSingleStatement::sage_class_name of type const char *() | ||||
| ompSingleStatementVariantT :: Typeable a => SgOmpSingleStatement a -> IO VariantT | ||||
| Stub for ::SgOmpSingleStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |