Searched defs:fail1 (Results 1 – 6 of 6) sorted by relevance
26 void fail1() in fail1() function
65 constexpr int fail1() const { return 1 / 0; } // expected-warning {{division by zero}} \ in fail1() function
164 template<typename T, typename U = EnableIf<is_enum<T>>> struct fail1 {}; // expected-note {{here}} global() struct
860 copy<foo> fail1{good0}; // expected-error {{call to consteval function 'defaulted_special_member_template::copy<defaulted_special_member_template::foo>::copy' is not a constant func() local
56 …auto *fail1 = 0; // expected-error {{variable 'fail1' with type 'auto *' has incompatible initiali… in f() local
72 N::X<int>::type fail1; // expected-note{{in instantiation of template class 'N::X<int>' requested h… variable