Searched refs:getRHSExprs (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | OpenMPClause.h | 3184 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function 3187 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function 3199 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps() 3202 return llvm::ArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps() 3338 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3342 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3502 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function 3505 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function 3517 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps() 3520 return llvm::ArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | OpenMPClause.cpp | 759 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps() 858 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps() 911 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
|