Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3281 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3284 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3434 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3435 getReductionOps().end()); in reduction_ops()
3599 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3602 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3698 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3699 getReductionOps().end()); in reduction_ops()
3830 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3833 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp772 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()
925 getReductionOps().end()); in setTaskgroupDescriptors()