Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDOpenMPClause.h1478 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function
1481 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function
1493 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps()
1496 return llvm::makeArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps()
1560 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
1563 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1540 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()