| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpNumThreadsClause :: Typeable a => SgNode a -> IO (Maybe (SgOmpNumThreadsClause ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpNumThreadsClause. | ||||
| upSgOmpNumThreadsClause :: Typeable a => SgOmpNumThreadsClause a -> SgOmpNumThreadsClause () | ||||
| Performs an upcast of a SgOmpNumThreadsClause subtype to a SgOmpNumThreadsClause. | ||||
| newOmpNumThreadsClause :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgOmpNumThreadsClause ()) | ||||
| Stub for ::SgOmpNumThreadsClause::SgOmpNumThreadsClause of type void (class ::Sg_File_Info*, class ::SgExpression*) | ||||
| newOmpNumThreadsClause2 :: Typeable a => SgExpression a -> IO (SgOmpNumThreadsClause ()) | ||||
| Stub for ::SgOmpNumThreadsClause::SgOmpNumThreadsClause of type void (class ::SgExpression*) | ||||
| ompNumThreadsClauseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpNumThreadsClause a -> IO () | ||||
| Stub for ::SgOmpNumThreadsClause::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompNumThreadsClauseClassName :: Typeable a => SgOmpNumThreadsClause a -> IO String | ||||
| Stub for ::SgOmpNumThreadsClause::class_name of type ::std::string() | ||||
| ompNumThreadsClauseGetChildIndex :: (Typeable a, Typeable b) => SgOmpNumThreadsClause a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpNumThreadsClause::getChildIndex of type long (class ::SgNode*) | ||||
| ompNumThreadsClauseGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpNumThreadsClause a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpNumThreadsClause::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompNumThreadsClauseGetNumberOfTraversalSuccessors :: Typeable a => SgOmpNumThreadsClause a -> IO CSize | ||||
| Stub for ::SgOmpNumThreadsClause::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompNumThreadsClauseGetTraversalSuccessorByIndex :: Typeable a => SgOmpNumThreadsClause a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpNumThreadsClause::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompNumThreadsClauseGetTraversalSuccessorContainer :: Typeable a => SgOmpNumThreadsClause a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpNumThreadsClause::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompNumThreadsClauseGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpNumThreadsClause a -> IO [CString] | ||||
| Stub for ::SgOmpNumThreadsClause::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompNumThreadsClauseIsInMemoryPool :: Typeable a => SgOmpNumThreadsClause a -> IO Bool | ||||
| Stub for ::SgOmpNumThreadsClause::isInMemoryPool of type bool () | ||||
| ompNumThreadsClauseMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpNumThreadsClause::memoryUsage of type ::size_t() | ||||
| ompNumThreadsClauseNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpNumThreadsClause::numberOfNodes of type ::size_t() | ||||
| ompNumThreadsClauseSageClassName :: Typeable a => SgOmpNumThreadsClause a -> IO String | ||||
| Stub for ::SgOmpNumThreadsClause::sage_class_name of type const char *() | ||||
| ompNumThreadsClauseVariantT :: Typeable a => SgOmpNumThreadsClause a -> IO VariantT | ||||
| Stub for ::SgOmpNumThreadsClause::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |