Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1850 helper_expr_const_range reduction_ops() const { in reduction_ops() function
1854 helper_expr_range reduction_ops() { in reduction_ops() function
DRecursiveASTVisitor.h2861 for (auto *E : C->reduction_ops()) {
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp943 auto IRed = C->reduction_ops().begin(); in EmitOMPReductionClauseInit()
1151 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
/external/clang/lib/AST/
DStmtProfile.cpp423 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1946 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2207 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/external/clang/lib/Sema/
DTreeTransform.h7890 for (auto *E : C->reduction_ops()) { in TransformOMPReductionClause()