Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1223 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1231 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1440 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
3428 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective()
4350 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
4807 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
4880 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp648 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
686 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
710 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3178 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3182 helper_expr_range rhs_exprs() { in rhs_exprs() function
3442 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3446 helper_expr_range rhs_exprs() { in rhs_exprs() function
3687 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3691 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3439 for (auto *E : C->rhs_exprs()) {
3472 for (auto *E : C->rhs_exprs()) {
3494 for (auto *E : C->rhs_exprs()) {
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6261 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
6288 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
6307 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()