/external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
D | UDT_is_rejected.fail.cpp | 20 struct UDT { struct 24 UDT<float> ft; argument 25 UDT<double> dt; 26 UDT<long double> ldt; 27 UDT<int> it; 28 UDT<unsigned long> uit;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 74 if (auto UDT = unique_dyn_cast<PDBSymbolTypeUDT>(Type)) { in DataMemberLayoutItem() local 75 UdtLayout = llvm::make_unique<ClassLayout>(std::move(UDT)); in DataMemberLayoutItem() 131 ClassLayout::ClassLayout(const PDBSymbolTypeUDT &UDT) in ClassLayout() argument 132 : UDTLayoutBase(nullptr, UDT, UDT.getName(), 0, UDT.getLength(), false), in ClassLayout() 133 UDT(UDT) { in ClassLayout() 143 ClassLayout::ClassLayout(std::unique_ptr<PDBSymbolTypeUDT> UDT) in ClassLayout() argument 144 : ClassLayout(*UDT) { in ClassLayout() 145 OwnedStorage = std::move(UDT); in ClassLayout()
|
D | PDBSymbolTypeUDT.cpp | 29 assert(RawSymbol->getSymTag() == PDB_SymType::UDT); in PDBSymbolTypeUDT()
|
D | PDBSymbol.cpp | 80 FACTORY_SYMTAG_CASE(UDT, PDBSymbolTypeUDT) in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 165 explicit ClassLayout(const PDBSymbolTypeUDT &UDT); 166 explicit ClassLayout(std::unique_ptr<PDBSymbolTypeUDT> UDT); 170 const PDBSymbolTypeUDT &getClass() const { return UDT; } in getClass() 176 const PDBSymbolTypeUDT &UDT; variable
|
D | PDBSymbolTypeUDT.h | 35 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::UDT)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 747 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() argument 748 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtSourceLineRecord() 758 TypeIndex getUDT() const { return UDT; } in getUDT() 764 TypeIndex UDT; // The user-defined type member 769 TypeIndex UDT; variable 777 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() argument 779 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtModSourceLineRecord() 789 return UdtModSourceLineRecord(L->UDT, L->SourceFile, L->LineNumber, in deserialize() 793 TypeIndex getUDT() const { return UDT; } in getUDT() 800 TypeIndex UDT; // The user-defined type member [all …]
|
/external/llvm/test/DebugInfo/COFF/ |
D | udts.ll | 25 ; CHECK: UDT { 36 ; CHECK: UDT { 45 ; CHECK: UDT { 48 ; CHECK: UDT { 51 ; CHECK-NOT: UDT {
|
D | typedef.ll | 14 ; CHECK: UDT {
|
D | types-data-members.ll | 130 ; CHECK: UDT: Struct (0x1006) 175 ; CHECK: UDT: Union (0x100B) 229 ; CHECK: UDT: Class (0x100F) 334 ; CHECK: UDT: DerivedClass (0x1017) 378 ; CHECK: UDT: Class::Nested (0x101B)
|
D | types-recursive-struct.ll | 107 ; CHECK: UDT: A (0x1007) 133 ; CHECK: UDT: B (0x100B)
|
D | defer-complete-type.ll | 113 ; CHECK: UDT: A (0x1007) 141 ; CHECK: UDT: B (0x100B)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 613 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() argument 614 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtSourceLineRecord() 617 TypeIndex getUDT() const { return UDT; } in getUDT() 621 TypeIndex UDT; variable 631 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() argument 633 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtModSourceLineRecord() 636 TypeIndex getUDT() const { return UDT; } in getUDT() 641 TypeIndex UDT; variable
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeUDT.h | 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::UDT)
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 322 checkTypeReferences(0, UdtSourceLine.UDT, UdtSourceLine.SourceFile); in TEST_F() 328 checkTypeReferences(0, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile); in TEST_F() 441 checkTypeReferences(5, UdtSourceLine.UDT, UdtSourceLine.SourceFile); in TEST_F() 442 checkTypeReferences(6, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-data-members.ll | 130 ; CHECK: UDT: Struct (0x1006) 175 ; CHECK: UDT: Union (0x100B) 229 ; CHECK: UDT: Class (0x100F) 314 ; CHECK: UDT: DerivedClass (0x1016) 358 ; CHECK: UDT: Class::Nested (0x101A)
|
D | types-recursive-struct.ll | 107 ; CHECK: UDT: A (0x1007) 133 ; CHECK: UDT: B (0x100B)
|
D | enum.ll | 33 ; CHECK-NEXT: UDT: E (0x1001)
|
D | defer-complete-type.ll | 113 ; CHECK: UDT: A (0x1007) 141 ; CHECK: UDT: B (0x100B)
|
D | types-nested-class.ll | 69 ; CHECK: UDT: A (0x1003)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 459 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord() argument 461 error(IO.mapInteger(UDT.Type)); in visitKnownRecord() 462 error(IO.mapStringZ(UDT.Name)); in visitKnownRecord()
|
D | SymbolDumper.cpp | 608 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord() argument 609 printTypeIndex("Type", UDT.Type); in visitKnownRecord() 610 W.printString("UDTName", UDT.Name); in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 240 return UdtSourceLineRecord(L->UDT, L->SourceFile, L->LineNumber); in deserialize() 499 Success &= remapIndex(IndexMap, UDT); in remapTypeIndices() 506 Success &= remapIndex(IndexMap, UDT); in remapTypeIndices()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 338 InsertItemWithTag(PDB_SymType::UDT); in SetUp() 400 VerifyDyncast<PDBSymbolTypeUDT>(PDB_SymType::UDT); in TEST_F()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 79 FACTORY_SYMTAG_CASE(UDT, PDBSymbolTypeUDT) in create()
|