HomeSort by relevance Sort by last modified time
    Searched refs:RHSExprs (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 356 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) {
358 RHSExprs.size() == varlist_size() &&
360 std::copy(RHSExprs.begin(), RHSExprs.end(), getLHSExprs().end());
375 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps) {
384 Clause->setRHSExprs(RHSExprs);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h     [all...]
CGOpenMPRuntime.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 401 milliseconds