Searched refs:Empty2 (Results 1 – 3 of 3) sorted by relevance
164 struct Empty2 {}; struct165 struct Empties : Empty1, Empty2 {};167 struct A : Empty2, Empties {
1938 struct Empty2 : Empty {}; struct1939 struct Test : Empty2 {1941 Empty2 array[2];
13 struct Empty2 { }; struct21 struct X1 : public X0, public Empty2 {