Searched refs:BadBase (Results 1 – 5 of 5) sorted by relevance
76 struct BadBase struct78 template<BadBase> struct WithBadBase {}; // cxx17-error {{cannot have type}} cxx20-error {{is not a…
38 struct BadBase { operator BadDerived&(); }; struct39 struct BadDerived : BadBase {};110 BadBase bb; in test()116 (void)(i1 ? BadBase() : BadDerived()); in test()117 (void)(i1 ? BadDerived() : BadBase()); in test()
39 struct BadBase { operator BadDerived&(); }; struct40 struct BadDerived : BadBase {};111 BadBase bb; in test()117 (void)(i1 ? BadBase() : BadDerived()); in test()118 (void)(i1 ? BadDerived() : BadBase()); in test()
604 struct BadBase { }; struct605 template struct UseUnqualifiedTypeNames<BadBase>; // expected-note-re 2 {{in instantiation {{.*}} r…