Home
last modified time | relevance | path

Searched refs:lhs_exprs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1238 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1246 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1445 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
3652 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirectiveFinals()
3718 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
4742 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
5103 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5399 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
5471 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp684 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
722 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
746 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3452 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3456 helper_expr_range lhs_exprs() { in lhs_exprs() function
3716 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3720 helper_expr_range lhs_exprs() { in lhs_exprs() function
3961 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3965 helper_expr_range lhs_exprs() { in lhs_exprs() function
H A DRecursiveASTVisitor.h3693 for (auto *E : C->lhs_exprs()) {
3726 for (auto *E : C->lhs_exprs()) {
3748 for (auto *E : C->lhs_exprs()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7359 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
7386 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
7405 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()