Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1214 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1222 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1431 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
3401 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
4323 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
4780 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
4853 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp637 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
675 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
699 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h3062 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3066 helper_expr_range lhs_exprs() { in lhs_exprs() function
3326 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3330 helper_expr_range lhs_exprs() { in lhs_exprs() function
3571 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3575 helper_expr_range lhs_exprs() { in lhs_exprs() function
H A DRecursiveASTVisitor.h3396 for (auto *E : C->lhs_exprs()) {
3429 for (auto *E : C->lhs_exprs()) {
3451 for (auto *E : C->lhs_exprs()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6252 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
6279 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
6298 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2412 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
2440 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
2457 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()