Home
last modified time | relevance | path

Searched defs:RHSExprs (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp705 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
751 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
804 void OMPTaskReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
823 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
857 void OMPInReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
885 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create()
/external/clang/lib/AST/
DOpenMPClause.cpp464 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
483 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5370 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReductionFunction()
5483 ArrayRef<const Expr *> RHSExprs, in emitReduction()
6003 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit()
12588 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction()
12597 ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) { in emitTaskReductionInit()
DCGOpenMPRuntimeGPU.cpp3914 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction()
DCGStmtOpenMP.cpp1398 llvm::SmallVector<const Expr *, 8> RHSExprs; in EmitOMPReductionClauseFinal() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4225 ArrayRef<const Expr *> RHSExprs, in emitReductionFunction()
4331 ArrayRef<const Expr *> RHSExprs, in emitReduction()
DCGStmtOpenMP.cpp1143 llvm::SmallVector<const Expr *, 8> RHSExprs; in EmitOMPReductionClauseFinal() local
/external/clang/lib/Sema/
DSemaExpr.cpp6915 Expr **RHSExprs) { in IsArithmeticBinaryExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp8455 Expr **RHSExprs) { in IsArithmeticBinaryExpr()