/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 196 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, in Create() argument 199 C, Clauses, AssociatedStmt, /*NumChildren=*/1, StartLoc, EndLoc); in Create() 216 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 219 C, Clauses, AssociatedStmt, numLoopChildren(CollapsedNum, OMPD_simd), in Create() 251 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 254 C, Clauses, AssociatedStmt, numLoopChildren(CollapsedNum, OMPD_for) + 1, in Create() 297 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 300 C, Clauses, AssociatedStmt, numLoopChildren(CollapsedNum, OMPD_for_simd), in Create() 340 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, in Create() argument 342 auto *Dir = createDirective<OMPSectionsDirective>(C, Clauses, AssociatedStmt, in Create() [all …]
|
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 59 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create() argument 67 Dir->setAssociatedStmt(AssociatedStmt); in Create() 85 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 95 Dir->setAssociatedStmt(AssociatedStmt); in Create() 127 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 137 Dir->setAssociatedStmt(AssociatedStmt); in Create() 180 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() argument 190 Dir->setAssociatedStmt(AssociatedStmt); in Create() 231 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create() argument 239 Dir->setAssociatedStmt(AssociatedStmt); in Create() [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 70 Stmt *AssociatedStmt, unsigned NumChildren, in createDirective() argument 73 C.Allocate(sizeof(T) + OMPChildren::size(Clauses.size(), AssociatedStmt, in createDirective() 78 AssociatedStmt, NumChildren); in createDirective() 416 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, 1212 Stmt *AssociatedStmt, 1290 Stmt *AssociatedStmt, const HelperExprs &Exprs, 1365 Stmt *AssociatedStmt, const HelperExprs &Exprs); 1435 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *TaskRedRef, 1504 Stmt *AssociatedStmt, bool HasCancel); 1560 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt); [all …]
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 272 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel); 827 Stmt *AssociatedStmt, 901 Stmt *AssociatedStmt, const HelperExprs &Exprs, 969 Stmt *AssociatedStmt, const HelperExprs &Exprs); 1039 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel); 1099 Stmt *AssociatedStmt, bool HasCancel); 1159 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt); 1209 Stmt *AssociatedStmt); 1274 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt); 1350 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); [all …]
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 952 StmtResult AssociatedStmt; in ParseOpenMPDeclarativeOrExecutableDirective() local 959 AssociatedStmt = ParseStatement(); in ParseOpenMPDeclarativeOrExecutableDirective() 961 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses); in ParseOpenMPDeclarativeOrExecutableDirective() 964 DKind, DirName, CancelRegion, Clauses, AssociatedStmt.get(), Loc, in ParseOpenMPDeclarativeOrExecutableDirective()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 2403 StmtResult AssociatedStmt; in ParseOpenMPDeclarativeOrExecutableDirective() local 2411 AssociatedStmt = (Sema::CompoundScopeRAII(Actions), ParseStatement()); in ParseOpenMPDeclarativeOrExecutableDirective() 2412 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses); in ParseOpenMPDeclarativeOrExecutableDirective() 2416 AssociatedStmt = (Sema::CompoundScopeRAII(Actions), in ParseOpenMPDeclarativeOrExecutableDirective() 2419 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses); in ParseOpenMPDeclarativeOrExecutableDirective() 2422 DKind, DirName, CancelRegion, Clauses, AssociatedStmt.get(), Loc, in ParseOpenMPDeclarativeOrExecutableDirective()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 7183 StmtResult AssociatedStmt; in TransformOMPExecutableDirective() local 7193 AssociatedStmt = in TransformOMPExecutableDirective() 7195 if (AssociatedStmt.isInvalid()) { in TransformOMPExecutableDirective() 7218 AssociatedStmt.get(), D->getLocStart(), D->getLocEnd()); in TransformOMPExecutableDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 8335 StmtResult AssociatedStmt; in TransformOMPExecutableDirective() local 8352 AssociatedStmt = in TransformOMPExecutableDirective() 8354 if (AssociatedStmt.isInvalid()) { in TransformOMPExecutableDirective() 8377 AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc()); in TransformOMPExecutableDirective()
|