Searched defs:TU1 (Results 1 – 3 of 3) sorted by relevance
53 template <typename T> constexpr union TU1 {}; // expected-error {{union cannot be marked constexpr}} union
84 } TU1 __attribute__((transparent_union)); typedef
752 auto *TU1 = get<1>(t); in TEST_F() local