Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h756 struct HelperExprs { struct
1623 const HelperExprs &Exprs,
1701 Stmt *AssociatedStmt, const HelperExprs &Exprs,
1777 Stmt *AssociatedStmt, const HelperExprs &Exprs);
2218 Stmt *AssociatedStmt, const HelperExprs &Exprs, Expr *TaskRedRef,
2299 Stmt *AssociatedStmt, const HelperExprs &Exprs);
3520 Stmt *AssociatedStmt, const HelperExprs &Exprs, Expr *TaskRedRef,
3775 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel);
3843 Stmt *AssociatedStmt, const HelperExprs &Exprs);
3916 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool HasCancel);
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp303 const HelperExprs &Exprs, OpenMPDirectiveKind ParamPrevMappedDirective) { in Create()
339 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel, in Create()
494 const HelperExprs &Exprs) { in Create()
640 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create()
685 const HelperExprs &Exprs) { in Create()
1017 const HelperExprs &Exprs, Expr *TaskRedRef, bool HasCancel) { in Create()
1122 const HelperExprs &Exprs, bool HasCancel) { in Create()
1166 const HelperExprs &Exprs) { in Create()
1209 const HelperExprs &Exprs, bool HasCancel) { in Create()
1254 const HelperExprs &Exprs, bool HasCancel) { in Create()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3016 OMPLoopBasedDirective::HelperExprs &B, in finishLinearClauses()
9580 OMPLoopBasedDirective::HelperExprs &Built) { in checkOpenMPLoop()
10363 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPSimdDirective()
10395 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForDirective()
10421 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForSimdDirective()
10600 OMPLoopDirective::HelperExprs B; in ActOnOpenMPGenericLoopDirective()
10629 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTeamsGenericLoopDirective()
10663 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetTeamsGenericLoopDirective()
10696 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelGenericLoopDirective()
10728 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetParallelGenericLoopDirective()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1404 SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> &LoopHelpers,