/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 91 unsigned Tag = DTy->getTag(); in BPFPreserveDITypeImpl() local
|
H A D | BTFDebug.cpp | 48 BTFTypeDerived(const DIDerivedType * DTy,unsigned Tag,bool NeedsFixup) BTFTypeDerived() argument 474 BTFTypeTypeTag(const DIDerivedType * DTy,StringRef Tag) BTFTypeTypeTag() argument 622 genBTFTypeTags(const DIDerivedType * DTy,int BaseTypeId) genBTFTypeTags() argument 799 visitDerivedType(const DIDerivedType * DTy,uint32_t & TypeId,bool CheckPointer,bool SeenPointer) visitDerivedType() argument 897 if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) { visitTypeEntry() local 929 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) visitTypeEntry() local 948 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { visitMapDefType() local 1642 const DIDerivedType *DTy = TypeInfo.first; endModule() local [all...] |
H A D | BPFAbstractMemberAccess.cpp | 252 CheckDerivedType(DIDerivedType * ParentTy,DIDerivedType * DTy) CheckDerivedType() argument 273 else if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) CheckAnonRecordType() local 289 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { stripQualifiers() local 298 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { stripQualifiers() local 904 auto *DTy = cast<DIDerivedType>(Ty); computeBaseAndAccessKey() local [all...] |
H A D | BTFDebug.h | 65 const DIDerivedType *DTy; variable 236 const DIDerivedType *DTy; variable
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | VirtualNearMissCheck.cpp | 66 QualType DTy = DerivedReturnTy->getPointeeType().getCanonicalType(); in checkOverridingFunctionReturnType() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 202 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
|
H A D | CodeViewDebug.cpp | 3351 emitConstantSymbolRecord(const DIType * DTy,APSInt & Value,const std::string & QualifiedName) emitConstantSymbolRecord() argument 3373 for (const DIDerivedType *DTy : StaticConstMembers) { emitStaticConstMemberList() local 3396 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { isFloatDIType() local [all...] |
H A D | DwarfUnit.cpp | 773 constructTypeDIE(DIE & Buffer,const DIDerivedType * DTy) constructTypeDIE() argument 1585 const DIType *DTy = CTy->getBaseType(); constructEnumTypeDIE() local [all...] |
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 228 finishType(StructType * DTy,StructType * STy,ArrayRef<Type * > ETypes) finishType() argument 265 StructType *DTy = StructType::create(Ty->getContext()); get() local 290 if (auto *DTy = dyn_cast<StructType>(*Entry)) { get() local 345 StructType *DTy = StructType::create(Ty->getContext()); get() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1205 if (DTy.isNull() || DTy->isDependentType()) { in canThrow() local
|
H A D | SemaType.cpp | 6815 const Type *DTy = Ty->getUnqualifiedDesugaredType(); FunctionTypeUnwrapper() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 98 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1416 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local 1432 auto getDtorDecl = [](const QualType &DTy) { in ProcessDeleteDtor() argument [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 4868 QualType DTy = DE->getDestroyedType(); VisitCXXDeleteExpr() local 5330 QualType DTy = DE->getDestroyedType(); getDestructorDecl() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2232 llvm::DIType *DTy = DBuilder.createInheritance(RecordTy, BaseTy, BaseOffset, CollectCXXBasesAux() local
|
H A D | CGBuiltin.cpp | 7912 llvm::FixedVectorType *DTy = EmitCommonNeonBuiltinExpr() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 12498 auto *DTy = Denominator->getType(); isImpliedViaOperations() local
|