Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1215 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1223 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1432 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
3402 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective()
4324 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
4781 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
4854 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp641 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
679 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
703 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h3070 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3074 helper_expr_range rhs_exprs() { in rhs_exprs() function
3334 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3338 helper_expr_range rhs_exprs() { in rhs_exprs() function
3579 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3583 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3399 for (auto *E : C->rhs_exprs()) {
3432 for (auto *E : C->rhs_exprs()) {
3454 for (auto *E : C->rhs_exprs()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6254 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
6281 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
6300 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2415 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
2443 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
2460 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()