Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1214 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1222 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1424 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
3549 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirectiveFinals()
3616 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective()
4618 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
4967 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5245 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
5317 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp659 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
697 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
721 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3295 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3299 helper_expr_range rhs_exprs() { in rhs_exprs() function
3559 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3563 helper_expr_range rhs_exprs() { in rhs_exprs() function
3804 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3808 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3587 for (auto *E : C->rhs_exprs()) {
3620 for (auto *E : C->rhs_exprs()) {
3642 for (auto *E : C->rhs_exprs()) {
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6463 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
6490 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
6509 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2532 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
2560 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
2577 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()