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.cpp1277 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1285 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1485 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
3795 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirectiveFinals()
3861 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective()
4943 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
5304 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5605 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
5679 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp718 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
756 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
780 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4004 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
4008 helper_expr_range rhs_exprs() { in rhs_exprs() function
4278 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
4282 helper_expr_range rhs_exprs() { in rhs_exprs() function
4523 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
4527 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3805 for (auto *E : C->rhs_exprs()) {
3838 for (auto *E : C->rhs_exprs()) {
3860 for (auto *E : C->rhs_exprs()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8079 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
8110 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
8129 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()