Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h3198 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3201 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3211 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
3214 return llvm::ArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
3346 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()
3347 getReductionOps().end()); in reduction_ops()
3351 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3352 getReductionOps().end()); in reduction_ops()
3516 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3519 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp767 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()
920 getReductionOps().end()); in setTaskgroupDescriptors()