Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp426 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit()
469 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
/external/clang/include/clang/AST/
DOpenMPClause.h1531 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
1534 helper_expr_range rhs_exprs() { in rhs_exprs() function
DDataRecursiveASTVisitor.h2607 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
DRecursiveASTVisitor.h2637 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
/external/clang/lib/AST/
DStmtProfile.cpp371 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1828 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2046 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()