Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h2107 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
2111 helper_expr_range rhs_exprs() { in rhs_exprs() function
2327 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
2331 helper_expr_range rhs_exprs() { in rhs_exprs() function
2560 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
2564 helper_expr_range rhs_exprs() { in rhs_exprs() function
H A DRecursiveASTVisitor.h3096 for (auto *E : C->rhs_exprs()) {
3118 for (auto *E : C->rhs_exprs()) {
3140 for (auto *E : C->rhs_exprs()) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp581 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
605 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
629 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1071 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit()
1174 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
2871 auto IRHS = C->rhs_exprs().begin(); in EmitOMPTaskBasedDirective()
3238 auto IRHS = C->rhs_exprs().begin(); in EmitOMPTaskgroupDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6646 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
6665 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
6684 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()