Searched defs:U3 (Results 1 – 7 of 7) sorted by relevance
33 union U3 { union35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} in U3() function
77 union U3 { union
41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}} typedef
57 struct U3 { struct62 U3 u3; argument
18 union U3 { union
158 union U3{union U1 u1;}; union
55 constexpr union U3 {} u3 = {}; union