HomeSort by: relevance | last modified time | path
    Searched refs:CVD (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 315 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; }
319 if (CVD.TypeEmissionLevel == 1)
320 CVD.emitDeferredCompleteTypes();
321 --CVD.TypeEmissionLevel;
323 CodeViewDebug &CVD;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1590 const VarDecl *CVD = VD->getCanonicalDecl();
1591 if (!CVD->hasAttr<OMPAllocateDeclAttr>())
1593 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>();
1611 const VarDecl *CVD = VD->getCanonicalDecl();
1612 if (!isAllocatableDecl(CVD))
1615 CharUnits Align = CGM.getContext().getDeclAlign(CVD);
1616 if (CVD->getType()->isVariablyModifiedType()) {
1617 Size = CGF.getTypeSize(CVD->getType());
1624 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType());
1628 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>()
    [all...]
CGOpenMPRuntime.cpp 3441 const VarDecl *CVD = VD->getCanonicalDecl();
3442 if (!CVD->hasAttr<OMPAllocateDeclAttr>())
3444 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>();
11979 const VarDecl *CVD = VD->getCanonicalDecl();
11980 if (CVD->hasAttr<OMPAllocateDeclAttr>()) {
11985 CharUnits Align = CGM.getContext().getDeclAlign(CVD);
11986 if (CVD->getType()->isVariablyModifiedType()) {
11987 Size = CGF.getTypeSize(CVD->getType());
11994 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType());
11997 llvm::Value *ThreadID = getThreadID(CGF, CVD->getBeginLoc())
    [all...]

Completed in 95 milliseconds