Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1213 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1221 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1423 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
3548 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirectiveFinals()
3615 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
4617 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
4966 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5244 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
5316 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp655 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
693 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
717 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3287 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3291 helper_expr_range lhs_exprs() { in lhs_exprs() function
3551 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3555 helper_expr_range lhs_exprs() { in lhs_exprs() function
3796 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3800 helper_expr_range lhs_exprs() { in lhs_exprs() function
H A DRecursiveASTVisitor.h3584 for (auto *E : C->lhs_exprs()) {
3617 for (auto *E : C->lhs_exprs()) {
3639 for (auto *E : C->lhs_exprs()) {
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6461 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
6488 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
6507 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2529 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
2557 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
2574 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()