Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DOpenMPClause.h3184 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/
DOpenMPClause.cpp759 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()