Searched defs:U3 (Results 1 – 12 of 12) 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
72 using U3 = std::unique_ptr<VT, Del const&>; in test_sfinae() typedef
59 using U3 = std::unique_ptr<ElemType, Del const&>; in test_sfinae() typedef
120 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef136 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
121 using U3 = std::unique_ptr<T, Del const&>; in test_sfinae() typedef
57 struct U3 { struct62 U3 u3; argument
18 union U3 { union
158 union U3{union U1 u1;}; union
216 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef231 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef248 using U3 = std::unique_ptr<VT, GenericConvertingDeleter<0> const &>; in test_sfinae() typedef
55 constexpr union U3 {} u3 = {}; union