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.h3321 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3324 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3334 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
3337 return llvm::ArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()
3469 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()
3470 getReductionOps().end()); in reduction_ops()
3474 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3475 getReductionOps().end()); in reduction_ops()
3639 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3642 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()