Searched refs:Empty1 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/CodeGenCXX/ |
D | no-unique-address.cpp | 15 struct Empty1 {}; struct 19 [[no_unique_address]] Empty1 e1; 29 [[no_unique_address]] Empty1 e1; // +0 31 [[no_unique_address]] Empty1 e2; // +4 33 [[no_unique_address]] Empty1 e3; // +8 36 Empty1 HasEmptyDuplicates::*off1 = &HasEmptyDuplicates::e1; 38 Empty1 HasEmptyDuplicates::*off2 = &HasEmptyDuplicates::e2; 40 Empty1 HasEmptyDuplicates::*off3 = &HasEmptyDuplicates::e3; 58 [[no_unique_address]] Empty1 e1, e2, e3, e4; 66 Empty1 &e1 = fo.e1; [all …]
|
D | override-layout.cpp | 12 struct Empty1 { }; struct 16 struct X0 : public Empty1 { 27 struct PACKED X2 : public X1, public X0, public Empty1 {
|
/external/clang/test/CodeGenCXX/ |
D | override-layout.cpp | 12 struct Empty1 { }; struct 16 struct X0 : public Empty1 { 27 struct PACKED X2 : public X1, public X0, public Empty1 {
|
/external/clang/test/SemaCXX/ |
D | empty-class-layout.cpp | 163 struct Empty1 {}; struct 165 struct Empties : Empty1, Empty2 {}; 166 typedef Empty1 Sugar[4];
|
/external/llvm-project/clang/test/SemaCXX/ |
D | empty-class-layout.cpp | 163 struct Empty1 {}; struct 165 struct Empties : Empty1, Empty2 {}; 166 typedef Empty1 Sugar[4];
|
/external/llvm-project/lldb/test/API/python_api/formatters/ |
D | main.cpp | 29 struct Empty1 { void *data; }; argument 55 Empty1 e1; in main()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | DexTests.cpp | 116 auto Empty1 = C.intersect(L1.iterator(), L2.iterator()); in TEST() local 119 auto And = C.intersect(std::move(Empty1), std::move(Empty2)); in TEST()
|