Home
last modified time | relevance | path

Searched refs:HelperExprs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp628 const HelperExprs &Exprs) { in Create()
1094 const HelperExprs &Exprs) { in Create()
1227 const HelperExprs &Exprs) { in Create()
1271 const HelperExprs &Exprs) { in Create()
1410 const HelperExprs &Exprs) { in Create()
1457 const HelperExprs &Exprs) { in Create()
1503 const HelperExprs &Exprs) { in Create()
1623 const HelperExprs &Exprs) { in Create()
1682 const HelperExprs &Exprs) { in Create()
1726 const HelperExprs &Exprs) { in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h740 struct HelperExprs { struct
1758 Stmt *AssociatedStmt, const HelperExprs &Exprs);
2229 Stmt *AssociatedStmt, const HelperExprs &Exprs);
3770 Stmt *AssociatedStmt, const HelperExprs &Exprs);
3988 Stmt *AssociatedStmt, const HelperExprs &Exprs);
4053 Stmt *AssociatedStmt, const HelperExprs &Exprs);
4276 Stmt *AssociatedStmt, const HelperExprs &Exprs);
4343 Stmt *AssociatedStmt, const HelperExprs &Exprs);
4408 Stmt *AssociatedStmt, const HelperExprs &Exprs);
4627 Stmt *AssociatedStmt, const HelperExprs &Exprs);
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp10201 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPSimdDirective()
10240 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForDirective()
10276 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForSimdDirective()
10463 OMPLoopDirective::HelperExprs B; in ActOnOpenMPGenericLoopDirective()
10509 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTeamsGenericLoopDirective()
10559 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetTeamsGenericLoopDirective()
10607 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelGenericLoopDirective()
10656 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetParallelGenericLoopDirective()
10799 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForDirective()
10843 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForSimdDirective()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10658 SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> &LoopHelpers,