Home
last modified time | relevance | path

Searched defs:PrivateVD (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1173 const auto *PrivateVD = EmitOMPLastprivateClauseFinal() local
1251 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(*IPriv)->getDecl()); EmitOMPReductionClauseInit() local
2282 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()); EmitOMPPrivateLoopCounters() local
2371 const auto *PrivateVD = EmitOMPLinearClause() local
2443 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>((*IPC))->getDecl()); EmitOMPSimdFinal() local
3593 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl()); emitScanBasedDirectiveDecls() local
5031 auto *PrivateVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, Ty, createImplicitFirstprivateForType() local
[all...]
H A DCGOpenMPRuntime.cpp757 EmitOMPAggregateInit(CGF, PrivateAddr, PrivateVD->getType(), in emitAggregateInitialization() local
857 if (CGF.getContext().getAsArrayType(PrivateVD->getType())) { in emitInitialization() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5351 VarDecl *PrivateVD = DeclToCopy[VD]; checkAllocateClauses() local
19069 VarDecl *PrivateVD = actOnOMPReductionKindClause() local