| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | ms-uuid.cpp | 8 __UINT8_TYPE__ Data4[8]; member 125 static_assert(a.Data4[0] == 0x1c, ""); 126 static_assert(__uuidof(Request).Data4[0] == 0x1c, ""); 127 static_assert(a.Data4[1] == 0xed, ""); 128 static_assert(__uuidof(Request).Data4[1] == 0xed, ""); 129 static_assert(a.Data4[2] == 0xde, ""); 130 static_assert(__uuidof(Request).Data4[2] == 0xde, ""); 131 static_assert(a.Data4[7] == 0xe5, ""); 132 static_assert(__uuidof(Request).Data4[7] == 0xe5, ""); 133 …constexpr int k = __uuidof(Request).Data4[8]; // expected-error {{constant expression}} expected-n…
|
| H A D | ms-iunknown-template-function.cpp | 9 unsigned char Data4[8]; member
|
| H A D | borland-extensions.cpp | 47 unsigned char Data4[ 8 ]; member
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | Formatters.cpp | 45 support::ubig64_t Data4; in format() member 52 << '-' << format_hex_no_prefix(G->Data4 >> 48, 4, /*Upper=*/true) << '-' in format() 53 << format_hex_no_prefix(G->Data4 & ((1ULL << 48) - 1), 12, /*Upper=*/true) in format()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | GUIDFormatTest.cpp | 67 support::ubig64_t Data4; in checkData() member 73 EXPECT_TRUE(to_integer(Component[4], G.Data4, 16)); in checkData()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | microsoft-uuidof-mangling.cpp | 10 unsigned char Data4[ 8 ]; member
|
| H A D | microsoft-uuidof.cpp | 15 unsigned char Data4[8];
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | UUID.h | 34 uint8_t Data4[8]; member
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFFormValueTest.cpp | 97 auto Data4 = createDataXFormValue<uint32_t>(DW_FORM_data4, 2000000000); in TEST() local 105 EXPECT_EQ(Data4.getAsSignedConstant().value(), 2000000000); in TEST()
|
| H A D | DWARFDebugInfoTest.cpp | 57 const uint32_t Data4 = 0x6789abcdU; in TestAllForms() local 124 CUDie.addAttribute(Attr_DW_FORM_data4, DW_FORM_data4, Data4); in TestAllForms() 164 CUDie.addAttribute(Attr_DW_FORM_ref4, DW_FORM_ref4, Data4); in TestAllForms() 300 EXPECT_EQ(Data4, toUnsigned(DieDG.find(Attr_DW_FORM_data4), 0)); in TestAllForms() 342 EXPECT_EQ(Data4, toReference(DieDG.find(Attr_DW_FORM_ref4), 0)); in TestAllForms()
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | p5.cpp | 241 unsigned char Data4[ 8 ]; member
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | MicrosoftExtensions.cpp | 44 unsigned char Data4[8]; member
|
| H A D | ms-square-bracket-attributes.mm | 7 unsigned char Data4[8]; field
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 163 support::ubig64_t Data4; in input() member 171 G.Data4 = (D41 << 48) | D42; in input()
|