/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 44 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived() 555 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 629 if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in visitTypeEntry() local 651 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) in visitTypeEntry() local 670 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in visitMapDefType() local
|
D | BPFAbstractMemberAccess.cpp | 239 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local 248 while (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in stripQualifiers() local 827 auto *DTy = cast<DIDerivedType>(Ty); in computeBaseAndAccessKey() local
|
D | BTFDebug.h | 65 const DIDerivedType *DTy; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 202 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
|
D | BTFDebug.cpp | 43 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived() 549 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 613 else if (const auto *DTy = dyn_cast<DIDerivedType>(Ty)) in visitTypeEntry() local
|
D | BTFDebug.h | 59 const DIDerivedType *DTy; variable
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 212 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() 250 StructType *DTy = StructType::create(Ty->getContext()); in get() local 274 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local 328 StructType *DTy = StructType::create(Ty->getContext()); in get() local
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 178 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local
|
D | DwarfUnit.cpp | 720 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE() 1476 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE() local
|
D | CodeViewDebug.cpp | 3128 for (const DIDerivedType *DTy : StaticConstMembers) { in emitStaticConstMemberList() local 3167 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isFloatDIType() local
|
/external/llvm-project/llvm/lib/Linker/ |
D | IRMover.cpp | 217 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() 254 StructType *DTy = StructType::create(Ty->getContext()); in get() local 279 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local 335 StructType *DTy = StructType::create(Ty->getContext()); in get() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 214 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
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | VirtualNearMissCheck.cpp | 68 QualType DTy = DerivedReturnTy->getPointeeType().getCanonicalType(); in checkOverridingFunctionReturnType() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 448 auto *DTy = cast<DIDerivedType>(Ty); in addBlockByrefAddress() local 527 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) { in isUnsignedDIType() local 811 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) { in constructTypeDIE() 1336 const DIType *DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 474 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 71 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 1032 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow() local
|
D | SemaType.cpp | 5659 const Type *DTy = Ty->getUnqualifiedDesugaredType(); in FunctionTypeUnwrapper() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 85 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 1210 QualType DTy = DE->getDestroyedType(); in canThrow() local
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3585 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local 3916 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 4578 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr() local 5040 QualType DTy = DE->getDestroyedType(); in getDestructorDecl() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 621 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 992 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor() local
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1382 llvm::DIType *DTy = DBuilder.createInheritance( in CollectCXXBases() local
|