Searched refs:CVD (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp312 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } argument
316 if (CVD.TypeEmissionLevel == 1)
317 CVD.emitDeferredCompleteTypes();
318 --CVD.TypeEmissionLevel;
320 CodeViewDebug &CVD; member in struct:CodeViewDebug::TypeLoweringScope
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1580 const VarDecl *CVD = VD->getCanonicalDecl(); local
1581 if (!CVD->hasAttr<OMPAllocateDeclAttr>())
1583 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>();
1614 const VarDecl *CVD = VD->getCanonicalDecl(); local
1615 if (!isAllocatableDecl(CVD))
1618 CharUnits Align = CGM.getContext().getDeclAlign(CVD);
1619 if (CVD->getType()->isVariablyModifiedType()) {
1620 Size = CGF.getTypeSize(CVD->getType());
1627 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType());
1631 const auto *AA = CVD
[all...]
H A DCGOpenMPRuntime.cpp2861 const VarDecl *CVD = VD->getCanonicalDecl(); local
2862 if (!CVD->hasAttr<OMPAllocateDeclAttr>())
2864 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>();
11308 const VarDecl *CVD = VD->getCanonicalDecl(); local
11309 if (CVD->hasAttr<OMPAllocateDeclAttr>()) {
11314 CharUnits Align = CGM.getContext().getDeclAlign(CVD);
11315 if (CVD->getType()->isVariablyModifiedType()) {
11316 Size = CGF.getTypeSize(CVD->getType());
11323 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType());
11326 llvm::Value *ThreadID = getThreadID(CGF, CVD
[all...]

Completed in 278 milliseconds