Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1215 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1223 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1426 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()
4670 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
5019 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5308 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
5380 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp664 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
702 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
726 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3329 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3333 helper_expr_range lhs_exprs() { in lhs_exprs() function
3593 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3597 helper_expr_range lhs_exprs() { in lhs_exprs() function
3838 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3842 helper_expr_range lhs_exprs() { in lhs_exprs() function
H A DRecursiveASTVisitor.h3602 for (auto *E : C->lhs_exprs()) {
3635 for (auto *E : C->lhs_exprs()) {
3657 for (auto *E : C->lhs_exprs()) {
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6633 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
6660 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
6679 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2543 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
2571 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
2588 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()