Home
last modified time | relevance | path

Searched defs:DTy (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Linker/
DIRMover.cpp209 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
247 StructType *DTy = StructType::create(Ty->getContext()); in get() local
271 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
325 StructType *DTy = StructType::create(Ty->getContext()); in get() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp448 auto *DTy = cast<DIDerivedType>(Ty); in addBlockByrefAddress() local
527 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
839 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE()
1342 const DIType *DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1022 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local
DSemaType.cpp5352 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
/external/clang/lib/Analysis/
DCFG.cpp3553 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local
3884 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp620 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1272 llvm::DIType *DTy = DBuilder.createInheritance( in CollectCXXBases() local
DCGBuiltin.cpp3142 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
/external/llvm/lib/Analysis/
DValueTracking.cpp3222 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceableAndAlignedPointer() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1675 SDValue Val, SDValue DTy, in getConvertRndSat()