Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1721 helper_expr_const_range reduction_ops() const { in reduction_ops() function
1725 helper_expr_range reduction_ops() { in reduction_ops() function
DRecursiveASTVisitor.h2710 for (auto *E : C->reduction_ops()) {
/external/clang/lib/AST/
DStmtProfile.cpp397 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp828 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1909 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2154 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()