Searched defs:fail2 (Results 1 – 4 of 4) sorted by relevance
58 …const auto **fail2(p); // expected-error {{variable 'fail2' with type 'auto const **' has incompat… in f() local
168 template<typename T> struct fail2 : DisableIf<is_enum<T>> {}; // expected-note {{here}} struct
765 constexpr Base &fail2 = (Base&)*pb2; // expected-error {{constant expression}} expected-note {{cann… variable
1321 Label fail, fail2, start; in TEST() local