Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h2022 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
2025 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
2121 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
2122 getReductionOps().end()); in reduction_ops()
2242 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
2245 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
2341 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
2342 getReductionOps().end()); in reduction_ops()
2461 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
2464 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp671 getReductionOps().end()); in setTaskgroupDescriptors()