| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpCollapseClause :: Typeable a => SgNode a -> IO (Maybe (SgOmpCollapseClause ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpCollapseClause. | ||||
| upSgOmpCollapseClause :: Typeable a => SgOmpCollapseClause a -> SgOmpCollapseClause () | ||||
| Performs an upcast of a SgOmpCollapseClause subtype to a SgOmpCollapseClause. | ||||
| newOmpCollapseClause :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgOmpCollapseClause ()) | ||||
| Stub for ::SgOmpCollapseClause::SgOmpCollapseClause of type void (class ::Sg_File_Info*, class ::SgExpression*) | ||||
| newOmpCollapseClause2 :: Typeable a => SgExpression a -> IO (SgOmpCollapseClause ()) | ||||
| Stub for ::SgOmpCollapseClause::SgOmpCollapseClause of type void (class ::SgExpression*) | ||||
| ompCollapseClauseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpCollapseClause a -> IO () | ||||
| Stub for ::SgOmpCollapseClause::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompCollapseClauseClassName :: Typeable a => SgOmpCollapseClause a -> IO String | ||||
| Stub for ::SgOmpCollapseClause::class_name of type ::std::string() | ||||
| ompCollapseClauseGetChildIndex :: (Typeable a, Typeable b) => SgOmpCollapseClause a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpCollapseClause::getChildIndex of type long (class ::SgNode*) | ||||
| ompCollapseClauseGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpCollapseClause a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpCollapseClause::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompCollapseClauseGetNumberOfTraversalSuccessors :: Typeable a => SgOmpCollapseClause a -> IO CSize | ||||
| Stub for ::SgOmpCollapseClause::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompCollapseClauseGetTraversalSuccessorByIndex :: Typeable a => SgOmpCollapseClause a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpCollapseClause::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompCollapseClauseGetTraversalSuccessorContainer :: Typeable a => SgOmpCollapseClause a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpCollapseClause::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompCollapseClauseGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpCollapseClause a -> IO [CString] | ||||
| Stub for ::SgOmpCollapseClause::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompCollapseClauseIsInMemoryPool :: Typeable a => SgOmpCollapseClause a -> IO Bool | ||||
| Stub for ::SgOmpCollapseClause::isInMemoryPool of type bool () | ||||
| ompCollapseClauseMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpCollapseClause::memoryUsage of type ::size_t() | ||||
| ompCollapseClauseNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpCollapseClause::numberOfNodes of type ::size_t() | ||||
| ompCollapseClauseSageClassName :: Typeable a => SgOmpCollapseClause a -> IO String | ||||
| Stub for ::SgOmpCollapseClause::sage_class_name of type const char *() | ||||
| ompCollapseClauseVariantT :: Typeable a => SgOmpCollapseClause a -> IO VariantT | ||||
| Stub for ::SgOmpCollapseClause::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |