Searched defs:DTy (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp930 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); local
931 if (DTy.isNull() || DTy->isDependentType()) {
936 if (const RecordType *RT = DTy->getAs<RecordType>()) {
H A DSemaType.cpp3565 const Type *DTy = Ty->getUnqualifiedDesugaredType(); local
3566 if (Ty == DTy) {
3571 T = QualType(DTy, 0);
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp355 DIDerivedType DTy(DbgNode);
356 if (DTy.Verify())
357 return DTy.getTypeDerivedFrom().isUnsignedDIType();
738 DIDerivedType DTy = DIDerivedType(DbgNode); local
739 DTy.print(OS);
740 DICompositeType CTy = getDICompositeType(DTy);
/external/llvm/lib/Linker/
H A DLinkModules.cpp338 StructType *DTy = StructType::create(STy->getContext()); local
339 DstResolvedOpaqueTypes.insert(DTy);
340 return *Entry = DTy;
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1869 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); local
1870 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);
H A DCGDebugInfo.cpp1060 llvm::DIType DTy = local
1064 EltTys.push_back(DTy);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp390 DIDerivedType DTy = DIDerivedType(Ty); local
391 TmpTy = DTy.getTypeDerivedFrom();
725 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { argument
727 StringRef Name = DTy.getName();
728 uint64_t Size = DTy.getSizeInBits() >> 3;
729 unsigned Tag = DTy.getTag();
737 DIType FromTy = DTy.getTypeDerivedFrom();
749 if (!DTy.isForwardDecl())
750 addSourceLine(&Buffer, DTy);
H A DDwarfDebug.cpp107 DIDerivedType DTy = DIDerivedType(Ty); local
108 subType = DTy.getTypeDerivedFrom();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1351 SDValue Val, SDValue DTy,
1356 if (DTy == STy &&
1361 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1350 getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 1060 milliseconds