Searched refs:DTy (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp617 DIDerivedType DTy(Ty);
618 TmpTy = resolve(DTy.getTypeDerivedFrom());
697 DIDerivedType DTy(Ty);
698 if (DTy.isDerivedType())
699 return isUnsignedDIType(DD, DD->resolve(DTy.getTypeDerivedFrom()));
1092 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { argument
1094 StringRef Name = DTy.getName();
1095 uint64_t Size = DTy.getSizeInBits() >> 3;
1099 DIType FromTy = resolve(DTy.getTypeDerivedFrom());
1113 getOrCreateTypeDIE(resolve(DTy
1740 DIType DTy = resolve(CTy.getTypeDerivedFrom()); local
[all...]
H A DDwarfCompileUnit.h349 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp939 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); local
940 if (DTy.isNull() || DTy->isDependentType()) {
945 if (const RecordType *RT = DTy->getAs<RecordType>()) {
H A DSemaType.cpp4267 const Type *DTy = Ty->getUnqualifiedDesugaredType(); local
4268 if (Ty == DTy) {
4273 T = QualType(DTy, 0);
/freebsd-9.3-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp344 StructType *DTy = StructType::create(STy->getContext()); local
347 DstStructTypesSet.insert(DTy);
348 DstResolvedOpaqueTypes.insert(DTy);
349 return *Entry = DTy;
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp679 DICompositeType DTy(DbgNode);
680 if (!DTy.getIdentifier())
682 return DIScopeRef(DTy.getIdentifier());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3132 QualType DTy = DE->getDestroyedType(); local
3133 DTy = DTy.getNonReferenceType();
3134 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl();
3445 QualType DTy = DE->getDestroyedType(); local
3446 DTy = DTy.getNonReferenceType();
3448 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp581 QualType DTy = DE->getDestroyedType(); local
582 QualType BTy = getContext().getBaseElementType(DTy);
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h530 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1185 llvm::DIType DTy = local
1189 EltTys.push_back(DTy);
H A DCGBuiltin.cpp4521 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); local
4522 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1437 SDValue Val, SDValue DTy,
1442 if (DTy == STy &&
1447 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1436 getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 233 milliseconds