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

/external/llvm/lib/IR/
H A DValue.cpp494 *DTy = BC->getDestTy()->getPointerElementType(); local
495 if (STy->isSized() && DTy->isSized() &&
497 DL->getTypeStoreSize(DTy)) &&
499 DL->getABITypeAlignment(DTy)))
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp953 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); local
954 if (DTy.isNull() || DTy->isDependentType()) {
959 if (const RecordType *RT = DTy->getAs<RecordType>()) {
H A DSemaType.cpp4274 const Type *DTy = Ty->getUnqualifiedDesugaredType(); local
4275 if (Ty == DTy) {
4280 T = QualType(DTy, 0);
/external/llvm/lib/Linker/
H A DLinkModules.cpp347 StructType *DTy = StructType::create(STy->getContext()); local
350 DstStructTypesSet.insert(DTy);
351 DstResolvedOpaqueTypes.insert(DTy);
352 return *Entry = DTy;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp606 QualType DTy = DE->getDestroyedType(); local
607 QualType BTy = getContext().getBaseElementType(DTy);
/external/clang/lib/Analysis/
H A DCFG.cpp3408 QualType DTy = DE->getDestroyedType(); local
3409 DTy = DTy.getNonReferenceType();
3410 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl();
3726 QualType DTy = DE->getDestroyedType(); local
3727 DTy = DTy.getNonReferenceType();
3729 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl();
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2769 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); local
2770 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);
H A DCGDebugInfo.cpp1211 llvm::DIType DTy = local
1215 EltTys.push_back(DTy);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1602 SDValue Val, SDValue DTy,
1607 if (DTy == STy &&
1612 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1601 getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument

Completed in 663 milliseconds