Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3039 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3042 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3192 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3193 getReductionOps().end()); in reduction_ops()
3357 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3360 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3456 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3457 getReductionOps().end()); in reduction_ops()
3588 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3591 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp743 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()
896 getReductionOps().end()); in setTaskgroupDescriptors()