Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h3039 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3042 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3052 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
3055 return llvm::makeArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
3187 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()
3188 getReductionOps().end()); in reduction_ops()
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
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DOpenMPClause.cpp743 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()
896 getReductionOps().end()); in setTaskgroupDescriptors()