Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1239 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1247 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1446 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
3653 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirectiveFinals()
3719 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective()
4743 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
5104 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5400 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
5472 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp688 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
726 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
750 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3460 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3464 helper_expr_range rhs_exprs() { in rhs_exprs() function
3724 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3728 helper_expr_range rhs_exprs() { in rhs_exprs() function
3969 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3973 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3696 for (auto *E : C->rhs_exprs()) {
3729 for (auto *E : C->rhs_exprs()) {
3751 for (auto *E : C->rhs_exprs()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7361 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
7388 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
7407 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()