Searched defs:RHSExprs (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 705 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/ |
D | OpenMPClause.cpp | 464 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/ |
D | CGOpenMPRuntime.cpp | 5370 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()
|
D | CGOpenMPRuntimeGPU.cpp | 3914 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction()
|
D | CGStmtOpenMP.cpp | 1398 llvm::SmallVector<const Expr *, 8> RHSExprs; in EmitOMPReductionClauseFinal() local
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4225 ArrayRef<const Expr *> RHSExprs, in emitReductionFunction() 4331 ArrayRef<const Expr *> RHSExprs, in emitReduction()
|
D | CGStmtOpenMP.cpp | 1143 llvm::SmallVector<const Expr *, 8> RHSExprs; in EmitOMPReductionClauseFinal() local
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 6915 Expr **RHSExprs) { in IsArithmeticBinaryExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 8455 Expr **RHSExprs) { in IsArithmeticBinaryExpr()
|