Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1211 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1219 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1420 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
3606 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirectiveFinals()
3673 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
4697 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
5046 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5342 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
5414 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp682 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
720 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
744 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3412 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3416 helper_expr_range lhs_exprs() { in lhs_exprs() function
3676 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3680 helper_expr_range lhs_exprs() { in lhs_exprs() function
3921 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3925 helper_expr_range lhs_exprs() { in lhs_exprs() function
H A DRecursiveASTVisitor.h3618 for (auto *E : C->lhs_exprs()) {
3651 for (auto *E : C->lhs_exprs()) {
3673 for (auto *E : C->lhs_exprs()) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6778 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
6805 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
6824 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()