Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2931 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
2934 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
2944 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
2947 return llvm::makeArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
3079 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()
3080 getReductionOps().end()); in reduction_ops()
3084 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3085 getReductionOps().end()); in reduction_ops()
3249 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3252 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp743 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()
896 getReductionOps().end()); in setTaskgroupDescriptors()