Home
last modified time | relevance | path

Searched defs:LHSExprs (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1634 ArrayRef<const Expr *> LHSExprs, in emitReductionFunction()
1702 ArrayRef<const Expr *> LHSExprs, in emitReduction()
DCGStmtOpenMP.cpp456 llvm::SmallVector<const Expr *, 8> LHSExprs; in EmitOMPReductionClauseFinal() local
/external/clang/lib/AST/
DStmt.cpp1514 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()
1539 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, in Create()