Home
last modified time | relevance | path

Searched refs:DTy (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp684 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 …]
DDwarfUnit.h466 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
/external/llvm/lib/IR/
DValue.cpp494 *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()
DDebugInfo.cpp696 DICompositeType DTy(DbgNode); in getRef() local
697 if (!DTy.getIdentifier()) in getRef()
699 return DIScopeRef(DTy.getIdentifier()); in getRef()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp953 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()
DSemaType.cpp4274 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/
DLinkModules.cpp347 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/
DCFG.cpp3408 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/
DExprEngine.cpp606 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
607 QualType BTy = getContext().getBaseElementType(DTy); in ProcessDeleteDtor()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h532 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1211 llvm::DIType DTy = in CollectCXXBases() local
1215 EltTys.push_back(DTy); in CollectCXXBases()
DCGBuiltin.cpp2769 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/
DSelectionDAG.cpp1602 SDValue Val, SDValue DTy, in getConvertRndSat() argument
1607 if (DTy == STy && in getConvertRndSat()
1612 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat }; in getConvertRndSat()