Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp233 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
271 StructType *DTy = StructType::create(Ty->getContext()); in get() local
295 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
349 StructType *DTy = StructType::create(Ty->getContext()); in get() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp501 DIDerivedType DTy(Ty); in addBlockByrefAddress() local
571 DIDerivedType DTy(Ty); in isUnsignedDIType() local
920 void DwarfUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) { in constructTypeDIE()
1417 DIType DTy = resolve(CTy.getTypeDerivedFrom()); in constructEnumTypeDIE() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValue.cpp501 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceablePointer() local
H A DDebugInfo.cpp689 DICompositeType DTy(DbgNode); in getRef() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp994 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local
H A DSemaType.cpp4281 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3476 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local
3807 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp615 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1222 llvm::DIType DTy = DBuilder.createInheritance( in CollectCXXBases() local
H A DCGBuiltin.cpp2860 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1602 SDValue Val, SDValue DTy, in getConvertRndSat()