Searched defs:LHSExprs (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 741 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() 793 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 840 void OMPTaskReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() 865 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 893 void OMPInReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() 927 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 5009 ArrayRef<const Expr *> Privates, ArrayRef<const Expr *> LHSExprs, in emitReductionFunction() 5119 ArrayRef<const Expr *> LHSExprs, in emitReduction() 5633 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> LHSExprs, in emitTaskReductionInit() 12555 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction() 12563 CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> LHSExprs, in emitTaskReductionInit()
|
H A D | CGOpenMPRuntimeGPU.cpp | 2858 ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, in emitReduction()
|
H A D | CGStmtOpenMP.cpp | 1415 llvm::SmallVector<const Expr *, 8> LHSExprs; in EmitOMPReductionClauseFinal() local
|