Searched refs:Empty2 (Results 1 – 4 of 4) sorted by relevance
164 struct Empty2 {}; struct165 struct Empties : Empty1, Empty2 {};167 struct A : Empty2, Empties {
1937 struct Empty2 : Empty {}; struct1938 struct Test : Empty2 {1940 Empty2 array[2];
13 struct Empty2 { }; struct21 struct X1 : public X0, public Empty2 {
114 TEST_F(ControlEquivalenceTest, Empty2) { in TEST_F() argument