Searched refs:HelperExprs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 304 const HelperExprs &Exprs) { in Create() 339 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create() 515 const HelperExprs &Exprs) { in Create() 661 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create() 706 const HelperExprs &Exprs) { in Create() 1055 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create() 1160 const HelperExprs &Exprs, bool HasCancel) { in Create() 1204 const HelperExprs &Exprs) { in Create() 1247 const HelperExprs &Exprs, bool HasCancel) { in Create() 1292 const HelperExprs &Exprs, bool HasCancel) { in Create() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 740 struct HelperExprs { struct 1608 const HelperExprs &Exprs); 1685 Stmt *AssociatedStmt, const HelperExprs &Exprs, 1760 Stmt *AssociatedStmt, const HelperExprs &Exprs); 2201 Stmt *AssociatedStmt, const HelperExprs &Exprs, Expr *TaskRedRef, 2282 Stmt *AssociatedStmt, const HelperExprs &Exprs); 3503 Stmt *AssociatedStmt, const HelperExprs &Exprs, Expr *TaskRedRef, 3758 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); 3826 Stmt *AssociatedStmt, const HelperExprs &Exprs); 3899 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel); [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2999 OMPLoopBasedDirective::HelperExprs &B, in finishLinearClauses() 9655 OMPLoopBasedDirective::HelperExprs &Built) { in checkOpenMPLoop() 10431 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPSimdDirective() 10458 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForDirective() 10485 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForSimdDirective() 10665 OMPLoopDirective::HelperExprs B; in ActOnOpenMPGenericLoopDirective() 10694 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTeamsGenericLoopDirective() 10728 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetTeamsGenericLoopDirective() 10761 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelGenericLoopDirective() 10793 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetParallelGenericLoopDirective() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1481 SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> &LoopHelpers,
|