Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1764 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
1767 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
1851 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()
1852 getReductionOps().end()); in reduction_ops()
1855 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
1856 getReductionOps().end()); in reduction_ops()