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.cpp1212 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1220 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1421 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()
4698 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
5047 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTargetTaskBasedDirective()
5343 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
5415 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp686 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
724 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
748 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3420 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3424 helper_expr_range rhs_exprs() { in rhs_exprs() function
3684 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3688 helper_expr_range rhs_exprs() { in rhs_exprs() function
3929 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3933 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3621 for (auto *E : C->rhs_exprs()) {
3654 for (auto *E : C->rhs_exprs()) {
3676 for (auto *E : C->rhs_exprs()) {
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6780 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
6807 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
6826 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()