Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDOpenMPClause.h1565 helper_expr_const_range reduction_ops() const { in reduction_ops() function
1569 helper_expr_range reduction_ops() { in reduction_ops() function
HDDataRecursiveASTVisitor.h2648 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
HDRecursiveASTVisitor.h2680 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp450 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end()); in EmitOMPReductionClauseFinal()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp378 for (auto *E : C->reduction_ops()) { in VisitOMPReductionClause()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp1843 for (auto *E : C->reduction_ops()) in VisitOMPReductionClause()