Home
last modified time | relevance | path

Searched refs:UDT (Results 1 – 25 of 52) sorted by relevance

123

/external/libcxx/test/std/numerics/complex.number/cmplx.over/
DUDT_is_rejected.fail.cpp20 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/
DUDTLayout.cpp74 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()
DPDBSymbolTypeUDT.cpp29 assert(RawSymbol->getSymTag() == PDB_SymType::UDT); in PDBSymbolTypeUDT()
DPDBSymbol.cpp80 FACTORY_SYMTAG_CASE(UDT, PDBSymbolTypeUDT) in create()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h165 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
DPDBSymbolTypeUDT.h35 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::UDT)
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h747 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/
Dudts.ll25 ; CHECK: UDT {
36 ; CHECK: UDT {
45 ; CHECK: UDT {
48 ; CHECK: UDT {
51 ; CHECK-NOT: UDT {
Dtypedef.ll14 ; CHECK: UDT {
Dtypes-data-members.ll130 ; 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)
Dtypes-recursive-struct.ll107 ; CHECK: UDT: A (0x1007)
133 ; CHECK: UDT: B (0x100B)
Ddefer-complete-type.ll113 ; CHECK: UDT: A (0x1007)
141 ; CHECK: UDT: B (0x100B)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h613 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/
DPDBSymbolTypeUDT.h26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::UDT)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp322 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/
Dtypes-data-members.ll130 ; 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)
Dtypes-recursive-struct.ll107 ; CHECK: UDT: A (0x1007)
133 ; CHECK: UDT: B (0x100B)
Denum.ll33 ; CHECK-NEXT: UDT: E (0x1001)
Ddefer-complete-type.ll113 ; CHECK: UDT: A (0x1007)
141 ; CHECK: UDT: B (0x100B)
Dtypes-nested-class.ll69 ; CHECK: UDT: A (0x1003)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp459 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()
DSymbolDumper.cpp608 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/
DTypeRecord.cpp240 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/
DPDBApiTest.cpp338 InsertItemWithTag(PDB_SymType::UDT); in SetUp()
400 VerifyDyncast<PDBSymbolTypeUDT>(PDB_SymType::UDT); in TEST_F()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp79 FACTORY_SYMTAG_CASE(UDT, PDBSymbolTypeUDT) in create()

123