Searched refs:DTy (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 684 DIDerivedType DTy(Ty); in addBlockByrefAddress() local 685 TmpTy = resolve(DTy.getTypeDerivedFrom()); in addBlockByrefAddress() 750 DIDerivedType DTy(Ty); in isUnsignedDIType() local 751 if (DTy.isDerivedType()) { in isUnsignedDIType() 767 if (DITypeRef Deriv = DTy.getTypeDerivedFrom()) in isUnsignedDIType() 771 assert(DTy.getTag() == dwarf::DW_TAG_enumeration_type); in isUnsignedDIType() 1104 void DwarfUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { in constructTypeDIE() argument 1106 StringRef Name = DTy.getName(); in constructTypeDIE() 1107 uint64_t Size = DTy.getSizeInBits() >> 3; in constructTypeDIE() 1111 DIType FromTy = resolve(DTy.getTypeDerivedFrom()); in constructTypeDIE() [all …]
|
D | DwarfUnit.h | 466 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
|
/external/llvm/lib/IR/ |
D | Value.cpp | 494 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceablePointer() local 495 if (STy->isSized() && DTy->isSized() && in isDereferenceablePointer() 497 DL->getTypeStoreSize(DTy)) && in isDereferenceablePointer() 499 DL->getABITypeAlignment(DTy))) in isDereferenceablePointer()
|
D | DebugInfo.cpp | 696 DICompositeType DTy(DbgNode); in getRef() local 697 if (!DTy.getIdentifier()) in getRef() 699 return DIScopeRef(DTy.getIdentifier()); in getRef()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 953 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local 954 if (DTy.isNull() || DTy->isDependentType()) { in canThrow() 959 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow()
|
D | SemaType.cpp | 4274 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local 4275 if (Ty == DTy) { in FunctionTypeUnwrapper() 4280 T = QualType(DTy, 0); in FunctionTypeUnwrapper()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 347 StructType *DTy = StructType::create(STy->getContext()); in getImpl() local 350 DstStructTypesSet.insert(DTy); in getImpl() 351 DstResolvedOpaqueTypes.insert(DTy); in getImpl() 352 return *Entry = DTy; in getImpl()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3408 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local 3409 DTy = DTy.getNonReferenceType(); in VisitCXXDeleteExpr() 3410 CXXRecordDecl *RD = Context->getBaseElementType(DTy)->getAsCXXRecordDecl(); in VisitCXXDeleteExpr() 3726 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local 3727 DTy = DTy.getNonReferenceType(); in getDestructorDecl() 3729 astContext.getBaseElementType(DTy)->getAsCXXRecordDecl(); in getDestructorDecl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 606 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local 607 QualType BTy = getContext().getBaseElementType(DTy); in ProcessDeleteDtor()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 532 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1211 llvm::DIType DTy = in CollectCXXBases() local 1215 EltTys.push_back(DTy); in CollectCXXBases()
|
D | CGBuiltin.cpp | 2769 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local 2770 Ops[0] = Builder.CreateBitCast(Ops[0], DTy); in EmitCommonNeonBuiltinExpr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1602 SDValue Val, SDValue DTy, in getConvertRndSat() argument 1607 if (DTy == STy && in getConvertRndSat() 1612 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; in getConvertRndSat()
|