Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFAbstractMemberAccess.cpp202 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local
211 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local
760 auto *DTy = cast<DIDerivedType>(Ty); in computeBaseAndAccessKey() local
HDBTFDebug.cpp43 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived()
549 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
623 if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in visitTypeEntry() local
645 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) in visitTypeEntry() local
HDBTFDebug.h59 const DIDerivedType *DTy; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp214 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
260 StructType *DTy = StructType::create(Ty->getContext()); in get() local
285 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
339 StructType *DTy = StructType::create(Ty->getContext()); in get() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp474 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
788 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE()
1420 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp71 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExceptionSpec.cpp1205 QualType DTy = DE->getDestroyedType(); in canThrow() local
HDSemaType.cpp6540 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp4554 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local
5021 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp992 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp1762 llvm::DIType *DTy = DBuilder.createInheritance(RecordTy, BaseTy, BaseOffset, in CollectCXXBasesAux() local
HDCGBuiltin.cpp5705 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp10372 auto *DTy = Denominator->getType(); in isImpliedViaOperations() local