HomeSort by: relevance | last modified time | path
    Searched refs:getReductionOps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2931 MutableArrayRef<Expr *> getReductionOps() {
2934 ArrayRef<const Expr *> getReductionOps() const {
2944 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size());
2947 return llvm::makeArrayRef(getReductionOps().end(), varlist_size());
3079 return helper_expr_const_range(getReductionOps().begin(),
3080 getReductionOps().end());
3084 return helper_expr_range(getReductionOps().begin(),
3085 getReductionOps().end());
3249 MutableArrayRef<Expr *> getReductionOps() {
3252 ArrayRef<const Expr *> getReductionOps() const
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 743 llvm::copy(Ops, getReductionOps().end());
896 getReductionOps().end());

Completed in 53 milliseconds