Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3156 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3159 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3309 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3310 getReductionOps().end()); in reduction_ops()
3474 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3477 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
3573 return helper_expr_range(getReductionOps().begin(), in reduction_ops()
3574 getReductionOps().end()); in reduction_ops()
3705 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function
3708 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp758 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()
911 getReductionOps().end()); in setTaskgroupDescriptors()