Searched refs:PrivateRef (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1204 const Expr *PrivateRef,
|
| H A D | CGOpenMPRuntime.cpp | 5099 const Expr *PrivateRef, in emitSingleReductionCombiner() argument 5102 if (PrivateRef->getType()->isArrayType()) { in emitSingleReductionCombiner() 5107 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner() 5521 const Expr *PrivateRef) { in emitReduceCombFunction() argument 5578 CGF, ReductionOp, PrivateRef, cast<DeclRefExpr>(LHS), in emitReduceCombFunction()
|
| H A D | CGStmtOpenMP.cpp | 4967 auto *PrivateRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local 4981 Data.FirstprivateCopies.emplace_back(PrivateRef); in createImplicitFirstprivateForType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9096 DeclRefExpr *PrivateRef = nullptr; in ActOnOpenMPLoopInitialization() local 9101 PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization() 9103 VD = cast<VarDecl>(PrivateRef->getDecl()); in ActOnOpenMPLoopInitialization() 9160 PrivateRef); in ActOnOpenMPLoopInitialization() 19969 DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc); in ActOnOpenMPLinearClause() local 20004 Privates.push_back(PrivateRef); in ActOnOpenMPLinearClause()
|