| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpSharedClause :: Typeable a => SgNode a -> IO (Maybe (SgOmpSharedClause ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpSharedClause. | ||||
| upSgOmpSharedClause :: Typeable a => SgOmpSharedClause a -> SgOmpSharedClause () | ||||
| Performs an upcast of a SgOmpSharedClause subtype to a SgOmpSharedClause. | ||||
| newOmpSharedClause :: Typeable a => Sg_File_Info a -> IO (SgOmpSharedClause ()) | ||||
| Stub for ::SgOmpSharedClause::SgOmpSharedClause of type void (class ::Sg_File_Info*) | ||||
| newOmpSharedClause2 :: IO (SgOmpSharedClause ()) | ||||
| Stub for ::SgOmpSharedClause::SgOmpSharedClause of type void () | ||||
| ompSharedClauseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpSharedClause a -> IO () | ||||
| Stub for ::SgOmpSharedClause::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompSharedClauseClassName :: Typeable a => SgOmpSharedClause a -> IO String | ||||
| Stub for ::SgOmpSharedClause::class_name of type ::std::string() | ||||
| ompSharedClauseGetChildIndex :: (Typeable a, Typeable b) => SgOmpSharedClause a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpSharedClause::getChildIndex of type long (class ::SgNode*) | ||||
| ompSharedClauseGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpSharedClause a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpSharedClause::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompSharedClauseGetNumberOfTraversalSuccessors :: Typeable a => SgOmpSharedClause a -> IO CSize | ||||
| Stub for ::SgOmpSharedClause::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompSharedClauseGetTraversalSuccessorByIndex :: Typeable a => SgOmpSharedClause a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpSharedClause::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompSharedClauseGetTraversalSuccessorContainer :: Typeable a => SgOmpSharedClause a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpSharedClause::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompSharedClauseGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpSharedClause a -> IO [CString] | ||||
| Stub for ::SgOmpSharedClause::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompSharedClauseIsInMemoryPool :: Typeable a => SgOmpSharedClause a -> IO Bool | ||||
| Stub for ::SgOmpSharedClause::isInMemoryPool of type bool () | ||||
| ompSharedClauseMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpSharedClause::memoryUsage of type ::size_t() | ||||
| ompSharedClauseNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpSharedClause::numberOfNodes of type ::size_t() | ||||
| ompSharedClauseSageClassName :: Typeable a => SgOmpSharedClause a -> IO String | ||||
| Stub for ::SgOmpSharedClause::sage_class_name of type const char *() | ||||
| ompSharedClauseVariantT :: Typeable a => SgOmpSharedClause a -> IO VariantT | ||||
| Stub for ::SgOmpSharedClause::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |