Searched refs:Bad1 (Results 1 – 6 of 6) sorted by relevance
100 struct Bad1 { struct101 ~Bad1() throw(int);114 N(delete (Bad1*)0); in implicits()125 N(Bad1()); in implicits()
97 struct Bad1 { int a, b; }; struct102 template <> struct std::tuple_size<dr2386::Bad1> {}; argument108 void no_value() { auto [x, y] = Bad1(); } in no_value()
4 enum Bad1 { enum
13 struct Bad1 { int a, b; }; argument14 template<> struct std::tuple_size<Bad1> {};15 void no_tuple_size_3() { auto [x, y] = Bad1(); } // ok, omitting value is valid after DR2386 in no_tuple_size_3()
3 typedef int Bad1 __attribute__((swift_newtype(invalid)));