Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1216 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1224 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1427 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
3607 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirectiveFinals()
3674 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective()
4671 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
5020 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5309 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
5381 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp668 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
706 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
730 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3337 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3341 helper_expr_range rhs_exprs() { in rhs_exprs() function
3601 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3605 helper_expr_range rhs_exprs() { in rhs_exprs() function
3846 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3850 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3605 for (auto *E : C->rhs_exprs()) {
3638 for (auto *E : C->rhs_exprs()) {
3660 for (auto *E : C->rhs_exprs()) {
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6635 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
6662 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
6681 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2546 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
2574 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
2591 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()