Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1639 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
1642 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
1722 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()
1723 getReductionOps().end()); in reduction_ops()
1726 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
1727 getReductionOps().end()); in reduction_ops()