| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpExpressionClause :: Typeable a => SgNode a -> IO (Maybe (SgOmpExpressionClause ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpExpressionClause. | ||||
| upSgOmpExpressionClause :: Typeable a => SgOmpExpressionClause a -> SgOmpExpressionClause () | ||||
| Performs an upcast of a SgOmpExpressionClause subtype to a SgOmpExpressionClause. | ||||
| newOmpExpressionClause :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgOmpExpressionClause ()) | ||||
| Stub for ::SgOmpExpressionClause::SgOmpExpressionClause of type void (class ::Sg_File_Info*, class ::SgExpression*) | ||||
| newOmpExpressionClause2 :: Typeable a => SgExpression a -> IO (SgOmpExpressionClause ()) | ||||
| Stub for ::SgOmpExpressionClause::SgOmpExpressionClause of type void (class ::SgExpression*) | ||||
| ompExpressionClauseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpExpressionClause a -> IO () | ||||
| Stub for ::SgOmpExpressionClause::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompExpressionClauseClassName :: Typeable a => SgOmpExpressionClause a -> IO String | ||||
| Stub for ::SgOmpExpressionClause::class_name of type ::std::string() | ||||
| ompExpressionClauseGetChildIndex :: (Typeable a, Typeable b) => SgOmpExpressionClause a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpExpressionClause::getChildIndex of type long (class ::SgNode*) | ||||
| ompExpressionClauseGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpExpressionClause a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpExpressionClause::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompExpressionClauseGetExpression :: Typeable a => SgOmpExpressionClause a -> IO (SgExpression ()) | ||||
| Stub for ::SgOmpExpressionClause::get_expression of type class ::SgExpression*() | ||||
| ompExpressionClauseGetNumberOfTraversalSuccessors :: Typeable a => SgOmpExpressionClause a -> IO CSize | ||||
| Stub for ::SgOmpExpressionClause::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompExpressionClauseGetTraversalSuccessorByIndex :: Typeable a => SgOmpExpressionClause a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpExpressionClause::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompExpressionClauseGetTraversalSuccessorContainer :: Typeable a => SgOmpExpressionClause a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpExpressionClause::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompExpressionClauseGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpExpressionClause a -> IO [CString] | ||||
| Stub for ::SgOmpExpressionClause::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompExpressionClauseIsInMemoryPool :: Typeable a => SgOmpExpressionClause a -> IO Bool | ||||
| Stub for ::SgOmpExpressionClause::isInMemoryPool of type bool () | ||||
| ompExpressionClauseMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpExpressionClause::memoryUsage of type ::size_t() | ||||
| ompExpressionClauseNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpExpressionClause::numberOfNodes of type ::size_t() | ||||
| ompExpressionClauseSageClassName :: Typeable a => SgOmpExpressionClause a -> IO String | ||||
| Stub for ::SgOmpExpressionClause::sage_class_name of type const char *() | ||||
| ompExpressionClauseSetExpression :: (Typeable a, Typeable b) => SgOmpExpressionClause a -> SgExpression b -> IO () | ||||
| Stub for ::SgOmpExpressionClause::set_expression of type void (class ::SgExpression*) | ||||
| ompExpressionClauseVariantT :: Typeable a => SgOmpExpressionClause a -> IO VariantT | ||||
| Stub for ::SgOmpExpressionClause::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |