Searched refs:getRHSExprs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 3307 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function 3310 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function 3322 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps() 3325 return llvm::ArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps() 3461 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3465 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs() 3625 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function 3628 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function 3640 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps() 3643 return llvm::ArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 764 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps() 863 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps() 916 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
|