Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1844 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
1847 helper_expr_range rhs_exprs() { in rhs_exprs() function
DRecursiveASTVisitor.h2858 for (auto *E : C->rhs_exprs()) {
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp941 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit()
1150 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
/external/clang/lib/AST/
DStmtProfile.cpp419 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1944 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2204 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()