| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpCriticalStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpCriticalStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpCriticalStatement. | ||||
| upSgOmpCriticalStatement :: Typeable a => SgOmpCriticalStatement a -> SgOmpCriticalStatement () | ||||
| Performs an upcast of a SgOmpCriticalStatement subtype to a SgOmpCriticalStatement. | ||||
| newOmpCriticalStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> String -> IO (SgOmpCriticalStatement ()) | ||||
| Stub for ::SgOmpCriticalStatement::SgOmpCriticalStatement of type void (class ::Sg_File_Info*, class ::SgStatement*, class ::SgName) | ||||
| newOmpCriticalStatement2 :: Typeable a => SgStatement a -> String -> IO (SgOmpCriticalStatement ()) | ||||
| Stub for ::SgOmpCriticalStatement::SgOmpCriticalStatement of type void (class ::SgStatement*, class ::SgName) | ||||
| ompCriticalStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpCriticalStatement a -> IO () | ||||
| Stub for ::SgOmpCriticalStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompCriticalStatementClassName :: Typeable a => SgOmpCriticalStatement a -> IO String | ||||
| Stub for ::SgOmpCriticalStatement::class_name of type ::std::string() | ||||
| ompCriticalStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpCriticalStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpCriticalStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompCriticalStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpCriticalStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpCriticalStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompCriticalStatementGetName :: Typeable a => SgOmpCriticalStatement a -> IO String | ||||
| Stub for ::SgOmpCriticalStatement::get_name of type class ::SgName() | ||||
| ompCriticalStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpCriticalStatement a -> IO CSize | ||||
| Stub for ::SgOmpCriticalStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompCriticalStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpCriticalStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpCriticalStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompCriticalStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpCriticalStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpCriticalStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompCriticalStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpCriticalStatement a -> IO [CString] | ||||
| Stub for ::SgOmpCriticalStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompCriticalStatementIsInMemoryPool :: Typeable a => SgOmpCriticalStatement a -> IO Bool | ||||
| Stub for ::SgOmpCriticalStatement::isInMemoryPool of type bool () | ||||
| ompCriticalStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpCriticalStatement::memoryUsage of type ::size_t() | ||||
| ompCriticalStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpCriticalStatement::numberOfNodes of type ::size_t() | ||||
| ompCriticalStatementPostConstructionInitialization :: Typeable a => SgOmpCriticalStatement a -> IO () | ||||
| Stub for ::SgOmpCriticalStatement::post_construction_initialization of type void () | ||||
| ompCriticalStatementSageClassName :: Typeable a => SgOmpCriticalStatement a -> IO String | ||||
| Stub for ::SgOmpCriticalStatement::sage_class_name of type const char *() | ||||
| ompCriticalStatementSetName :: Typeable a => SgOmpCriticalStatement a -> String -> IO () | ||||
| Stub for ::SgOmpCriticalStatement::set_name of type void (class ::SgName) | ||||
| ompCriticalStatementVariantT :: Typeable a => SgOmpCriticalStatement a -> IO VariantT | ||||
| Stub for ::SgOmpCriticalStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |