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.cpp1276 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1284 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1484 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
3794 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirectiveFinals()
3860 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
4942 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
5303 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5604 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
5678 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp714 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
752 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
776 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3996 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
4000 helper_expr_range lhs_exprs() { in lhs_exprs() function
4270 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
4274 helper_expr_range lhs_exprs() { in lhs_exprs() function
4515 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
4519 helper_expr_range lhs_exprs() { in lhs_exprs() function
H A DRecursiveASTVisitor.h3802 for (auto *E : C->lhs_exprs()) {
3835 for (auto *E : C->lhs_exprs()) {
3857 for (auto *E : C->lhs_exprs()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8077 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
8108 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
8127 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()