Searched refs:CustomType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | dwp-foreign-type-units.cpp | 30 // RUN: -o "type lookup CustomType" \ 38 // NODWP: (lldb) type lookup CustomType 39 // NODWP: struct CustomType { 40 // NODWP: struct CustomType { 49 // RUN: -o "type lookup CustomType" \ 55 // DWPMAIN: (lldb) type lookup CustomType 56 // DWPMAIN-NEXT: struct CustomType { 59 // DWPMAIN-NEXT: CustomType::IntegerType x; 60 // DWPMAIN-NEXT: CustomType::FloatType y; 70 // RUN: -o "type lookup CustomType" \ 87 struct CustomType { global() struct 108 yCustomType global() argument [all...] |
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | magic-numbers.rst | 28 struct CustomType { 33 CustomType<int, 30> container; 35 CustomType<int, 30> values; 54 struct CustomType { 59 using containerType = CustomType<int, NUMBER_OF_ELEMENTS>;
|
| /llvm-project/llvm/test/CodeGen/SPIRV/pointers/ |
| H A D | type-deduce-call-no-bitcast.ll | 35 %class.CustomType = type { i64 } 53 %arrayidx = getelementptr inbounds %class.CustomType, ptr addrspace(4) %r0, i64 42 56 %r4 = getelementptr %class.CustomType, ptr addrspace(4) %r3, i64 43
|
| /llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolTypeCustom.h | 20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::CustomType)
|
| H A D | PDBTypes.h | 272 CustomType, enumerator
|
| /llvm-project/llvm/unittests/DebugInfo/PDB/ |
| H A D | PDBApiTest.cpp | 441 InsertItemWithTag(PDB_SymType::CustomType); in SetUp() 503 VerifyDyncast<PDBSymbolTypeCustom>(PDB_SymType::CustomType); in TEST_F()
|
| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 93 FACTORY_SYMTAG_CASE(CustomType, PDBSymbolTypeCustom) in createSymbol()
|
| H A D | PDBExtras.cpp | 274 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, CustomType, OS) in operator <<()
|