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.h3854 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3857 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3867 return {getReductionOps().end(), varlist_size()}; in getInscanCopyOps()
3870 return {getReductionOps().end(), varlist_size()}; in getInscanCopyOps()
4023 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()
4024 getReductionOps().end()); in reduction_ops()
4028 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
4029 getReductionOps().end()); in reduction_ops()
4193 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
4196 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp770 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()
925 llvm::copy(TaskgroupDescriptors, getReductionOps().end()); in setTaskgroupDescriptors()