Searched refs:HelperExprs (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 792 struct HelperExprs { struct 1213 const HelperExprs &Exprs); 1290 Stmt *AssociatedStmt, const HelperExprs &Exprs, 1365 Stmt *AssociatedStmt, const HelperExprs &Exprs); 1755 Stmt *AssociatedStmt, const HelperExprs &Exprs, Expr *TaskRedRef, 1836 Stmt *AssociatedStmt, const HelperExprs &Exprs); 2910 Stmt *AssociatedStmt, const HelperExprs &Exprs, Expr *TaskRedRef, 3165 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); 3233 Stmt *AssociatedStmt, const HelperExprs &Exprs); 3306 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 217 const HelperExprs &Exprs) { in Create() 252 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create() 298 const HelperExprs &Exprs) { in Create() 427 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create() 472 const HelperExprs &Exprs) { in Create() 765 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create() 870 const HelperExprs &Exprs, bool HasCancel) { in Create() 914 const HelperExprs &Exprs) { in Create() 957 const HelperExprs &Exprs, bool HasCancel) { in Create() 1002 const HelperExprs &Exprs) { in Create() [all …]
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 513 struct HelperExprs { struct 828 const HelperExprs &Exprs); 901 Stmt *AssociatedStmt, const HelperExprs &Exprs, 969 Stmt *AssociatedStmt, const HelperExprs &Exprs); 1350 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); 1422 Stmt *AssociatedStmt, const HelperExprs &Exprs); 2359 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); 2607 Stmt *AssociatedStmt, const HelperExprs &Exprs); 2673 Stmt *AssociatedStmt, const HelperExprs &Exprs); 2741 Stmt *AssociatedStmt, const HelperExprs &Exprs); [all …]
|
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 86 const HelperExprs &Exprs) { in Create() 128 const HelperExprs &Exprs, bool HasCancel) { in Create() 181 const HelperExprs &Exprs) { in Create() 350 const HelperExprs &Exprs, bool HasCancel) { in Create() 401 const HelperExprs &Exprs) { in Create() 741 const HelperExprs &Exprs, bool HasCancel) { in Create() 884 const HelperExprs &Exprs) { in Create() 935 const HelperExprs &Exprs) { in Create() 985 const HelperExprs &Exprs) { in Create() 1057 const HelperExprs &Exprs) { in Create() [all …]
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4935 OMPLoopDirective::HelperExprs &Built) { in CheckOpenMPLoop() 5461 OMPLoopDirective::HelperExprs B; in ActOnOpenMPSimdDirective() 5515 OMPLoopDirective::HelperExprs B; in ActOnOpenMPForDirective() 5551 OMPLoopDirective::HelperExprs B; in ActOnOpenMPForSimdDirective() 5768 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelForDirective() 5813 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelForSimdDirective() 6786 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetParallelForDirective() 6993 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTaskLoopDirective() 7025 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTaskLoopSimdDirective() 7068 OMPLoopDirective::HelperExprs B; in ActOnOpenMPDistributeDirective() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8162 OMPLoopDirective::HelperExprs &Built) { in checkOpenMPLoop() 8913 OMPLoopDirective::HelperExprs B; in ActOnOpenMPSimdDirective() 8952 OMPLoopDirective::HelperExprs B; in ActOnOpenMPForDirective() 8988 OMPLoopDirective::HelperExprs B; in ActOnOpenMPForSimdDirective() 9185 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelForDirective() 9229 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelForSimdDirective() 10423 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetParallelForDirective() 10713 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTaskLoopDirective() 10750 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTaskLoopSimdDirective() 10799 OMPLoopDirective::HelperExprs B; in ActOnOpenMPMasterTaskLoopDirective() [all …]
|