| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpScheduleClause :: Typeable a => SgNode a -> IO (Maybe (SgOmpScheduleClause ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpScheduleClause. | ||||
| upSgOmpScheduleClause :: Typeable a => SgOmpScheduleClause a -> SgOmpScheduleClause () | ||||
| Performs an upcast of a SgOmpScheduleClause subtype to a SgOmpScheduleClause. | ||||
| ompScheduleClauseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpScheduleClause a -> IO () | ||||
| Stub for ::SgOmpScheduleClause::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompScheduleClauseClassName :: Typeable a => SgOmpScheduleClause a -> IO String | ||||
| Stub for ::SgOmpScheduleClause::class_name of type ::std::string() | ||||
| ompScheduleClauseGetChildIndex :: (Typeable a, Typeable b) => SgOmpScheduleClause a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpScheduleClause::getChildIndex of type long (class ::SgNode*) | ||||
| ompScheduleClauseGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpScheduleClause a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpScheduleClause::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompScheduleClauseGetChunkSize :: Typeable a => SgOmpScheduleClause a -> IO (SgExpression ()) | ||||
| Stub for ::SgOmpScheduleClause::get_chunk_size of type class ::SgExpression*() | ||||
| ompScheduleClauseGetNumberOfTraversalSuccessors :: Typeable a => SgOmpScheduleClause a -> IO CSize | ||||
| Stub for ::SgOmpScheduleClause::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompScheduleClauseGetTraversalSuccessorByIndex :: Typeable a => SgOmpScheduleClause a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpScheduleClause::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompScheduleClauseGetTraversalSuccessorContainer :: Typeable a => SgOmpScheduleClause a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpScheduleClause::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompScheduleClauseGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpScheduleClause a -> IO [CString] | ||||
| Stub for ::SgOmpScheduleClause::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompScheduleClauseIsInMemoryPool :: Typeable a => SgOmpScheduleClause a -> IO Bool | ||||
| Stub for ::SgOmpScheduleClause::isInMemoryPool of type bool () | ||||
| ompScheduleClauseMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpScheduleClause::memoryUsage of type ::size_t() | ||||
| ompScheduleClauseNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpScheduleClause::numberOfNodes of type ::size_t() | ||||
| ompScheduleClauseSageClassName :: Typeable a => SgOmpScheduleClause a -> IO String | ||||
| Stub for ::SgOmpScheduleClause::sage_class_name of type const char *() | ||||
| ompScheduleClauseSetChunkSize :: (Typeable a, Typeable b) => SgOmpScheduleClause a -> SgExpression b -> IO () | ||||
| Stub for ::SgOmpScheduleClause::set_chunk_size of type void (class ::SgExpression*) | ||||
| ompScheduleClauseVariantT :: Typeable a => SgOmpScheduleClause a -> IO VariantT | ||||
| Stub for ::SgOmpScheduleClause::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |