Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp854 auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPLastprivateClauseFinal() local
947 auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(*IPriv)->getDecl()); in EmitOMPReductionClauseInit() local
1431 auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()); in EmitOMPPrivateLoopCounters() local
1490 auto *PrivateVD = in EmitOMPLinearClause() local
1553 auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>((*IPC))->getDecl()); in EmitOMPSimdFinal() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1132 const auto *PrivateVD = in EmitOMPLastprivateClauseFinal() local
1209 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(*IPriv)->getDecl()); in EmitOMPReductionClauseInit() local
2038 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(*I)->getDecl()); in EmitOMPPrivateLoopCounters() local
2135 const auto *PrivateVD = in EmitOMPLinearClause() local
2211 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>((*IPC))->getDecl()); in EmitOMPSimdFinal() local
3190 const auto *PrivateVD = cast<VarDecl>(cast<DeclRefExpr>(IRef)->getDecl()); in emitScanBasedDirective() local
4145 auto *PrivateVD = ImplicitParamDecl::Create(C, CD, Loc, /*Id=*/nullptr, Ty, in createImplicitFirstprivateForType() local
DCGOpenMPRuntime.cpp769 const auto *PrivateVD = in emitAggregateInitialization() local
815 const auto *PrivateVD = in emitAggregateType() local
853 const auto *PrivateVD = in emitAggregateType() local
874 const auto *PrivateVD = in emitInitialization() local
905 const auto *PrivateVD = in needCleanups() local
914 const auto *PrivateVD = in emitCleanups() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp5034 VarDecl *PrivateVD = DeclToCopy[VD]; in checkAllocateClauses() local
15308 VarDecl *PrivateVD = in actOnOMPReductionKindClause() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp9313 auto *PrivateVD = buildVarDecl(*this, ELoc, PrivateTy, D->getName(), in ActOnOpenMPReductionClause() local