Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2823 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
2826 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
2838 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps()
2841 return llvm::makeArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps()
2977 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
2981 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
3141 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
3144 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
3156 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps()
3159 return llvm::makeArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps()
[all …]
/external/clang/include/clang/AST/
DOpenMPClause.h1750 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
1753 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
1765 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps()
1768 return llvm::makeArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps()
1845 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
1848 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp716 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
815 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
868 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
/external/clang/lib/AST/
DOpenMPClause.cpp475 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()