Searched refs:Empty1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Doverride-layout.cpp12 struct Empty1 { }; struct
16 struct X0 : public Empty1 {
27 struct PACKED X2 : public X1, public X0, public Empty1 {
/external/clang/test/SemaCXX/
H A Dempty-class-layout.cpp163 struct Empty1 {}; struct in namespace:Test8
165 struct Empties : Empty1, Empty2 {};
166 typedef Empty1 Sugar[4];
169 // V[0][1] would overlap Empties::Empty1.

Completed in 197 milliseconds