Home
last modified time | relevance | path

Searched refs:PrivateRef (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1204 const Expr *PrivateRef,
H A DCGOpenMPRuntime.cpp5099 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 DCGStmtOpenMP.cpp4967 auto *PrivateRef = DeclRefExpr::Create( in createImplicitFirstprivateForType() local
4981 Data.FirstprivateCopies.emplace_back(PrivateRef); in createImplicitFirstprivateForType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9096 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()