Searched refs:BadBase (Results 1 – 3 of 3) sorted by relevance
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()
76 struct BadBase struct78 template<BadBase> struct WithBadBase {}; // cxx17-error {{cannot have type}} cxx20-error {{is not a…
604 struct BadBase { }; struct605 template struct UseUnqualifiedTypeNames<BadBase>; // expected-note-re 2 {{in instantiation {{.*}} r…