Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DLinkModules.cpp235 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
273 StructType *DTy = StructType::create(Ty->getContext()); in get() local
297 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
351 StructType *DTy = StructType::create(Ty->getContext()); in get() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp530 DIDerivedType DTy = cast<MDDerivedType>(Ty); in addBlockByrefAddress() local
598 if (DIDerivedType DTy = dyn_cast<MDDerivedTypeBase>(Ty)) { in isUnsignedDIType() local
951 void DwarfUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { in constructTypeDIE()
1431 DIType DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE() local
/external/llvm/lib/IR/
DValue.cpp501 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceablePointer() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp994 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local
DSemaType.cpp4327 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
/external/clang/lib/Analysis/
DCFG.cpp3476 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local
3807 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp615 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1241 llvm::DIType DTy = DBuilder.createInheritance( in CollectCXXBases() local
DCGBuiltin.cpp2963 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1647 SDValue Val, SDValue DTy, in getConvertRndSat()