| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpReductionClause :: Typeable a => SgNode a -> IO (Maybe (SgOmpReductionClause ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpReductionClause. | ||||
| upSgOmpReductionClause :: Typeable a => SgOmpReductionClause a -> SgOmpReductionClause () | ||||
| Performs an upcast of a SgOmpReductionClause subtype to a SgOmpReductionClause. | ||||
| ompReductionClauseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpReductionClause a -> IO () | ||||
| Stub for ::SgOmpReductionClause::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompReductionClauseClassName :: Typeable a => SgOmpReductionClause a -> IO String | ||||
| Stub for ::SgOmpReductionClause::class_name of type ::std::string() | ||||
| ompReductionClauseGetChildIndex :: (Typeable a, Typeable b) => SgOmpReductionClause a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpReductionClause::getChildIndex of type long (class ::SgNode*) | ||||
| ompReductionClauseGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpReductionClause a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpReductionClause::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompReductionClauseGetNumberOfTraversalSuccessors :: Typeable a => SgOmpReductionClause a -> IO CSize | ||||
| Stub for ::SgOmpReductionClause::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompReductionClauseGetTraversalSuccessorByIndex :: Typeable a => SgOmpReductionClause a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpReductionClause::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompReductionClauseGetTraversalSuccessorContainer :: Typeable a => SgOmpReductionClause a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpReductionClause::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompReductionClauseGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpReductionClause a -> IO [CString] | ||||
| Stub for ::SgOmpReductionClause::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompReductionClauseIsInMemoryPool :: Typeable a => SgOmpReductionClause a -> IO Bool | ||||
| Stub for ::SgOmpReductionClause::isInMemoryPool of type bool () | ||||
| ompReductionClauseMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpReductionClause::memoryUsage of type ::size_t() | ||||
| ompReductionClauseNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpReductionClause::numberOfNodes of type ::size_t() | ||||
| ompReductionClauseSageClassName :: Typeable a => SgOmpReductionClause a -> IO String | ||||
| Stub for ::SgOmpReductionClause::sage_class_name of type const char *() | ||||
| ompReductionClauseVariantT :: Typeable a => SgOmpReductionClause a -> IO VariantT | ||||
| Stub for ::SgOmpReductionClause::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |