Home
last modified time | relevance | path

Searched refs:OrigVD (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp150 const auto *OrigVD = in emitPreInitStmt() local
152 if (EmittedAsPrivate.insert(OrigVD->getCanonicalDecl()).second) { in emitPreInitStmt()
154 CGF, OrigVD, in emitPreInitStmt()
157 OrigVD->getType().getNonReferenceType()))), in emitPreInitStmt()
158 CGF.getContext().getDeclAlign(OrigVD))); in emitPreInitStmt()
287 if (const auto *OrigVD = dyn_cast<VarDecl>(OrigDRE->getDecl())) { in EmitOMPSharedLValue() local
288 OrigVD = OrigVD->getCanonicalDecl(); in EmitOMPSharedLValue()
290 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
291 (CapturedStmtInfo && CapturedStmtInfo->lookup(OrigVD)) || in EmitOMPSharedLValue()
293 DeclRefExpr DRE(getContext(), const_cast<VarDecl *>(OrigVD), IsCaptured, in EmitOMPSharedLValue()
[all …]
H A DCGOpenMPRuntime.cpp985 const VarDecl *OrigVD = nullptr; in getBaseDecl() local
993 OrigVD = cast<VarDecl>(DE->getDecl()); in getBaseDecl()
999 OrigVD = cast<VarDecl>(DE->getDecl()); in getBaseDecl()
1001 return OrigVD; in getBaseDecl()
1007 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) { in adjustPrivateAddress() local
1008 BaseDecls.emplace_back(OrigVD); in adjustPrivateAddress()
1011 loadToBegin(CGF, OrigVD->getType(), SharedAddresses[N].first.getType(), in adjustPrivateAddress()
1020 return castToBase(CGF, OrigVD->getType(), in adjustPrivateAddress()