Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1222 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1230 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1439 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
3427 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
4349 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
4806 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
4879 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtProfile.cpp644 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
682 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
706 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h3170 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3174 helper_expr_range lhs_exprs() { in lhs_exprs() function
3434 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3438 helper_expr_range lhs_exprs() { in lhs_exprs() function
3679 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3683 helper_expr_range lhs_exprs() { in lhs_exprs() function
DRecursiveASTVisitor.h3436 for (auto *E : C->lhs_exprs()) {
3469 for (auto *E : C->lhs_exprs()) {
3491 for (auto *E : C->lhs_exprs()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6259 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
6286 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
6305 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()