Home
last modified time | relevance | path

Searched refs:BadBase (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconditional-expr.cpp39 struct BadBase { operator BadDerived&(); }; struct
40 struct BadDerived : BadBase {};
111 BadBase bb; in test()
117 (void)(i1 ? BadBase() : BadDerived()); in test()
118 (void)(i1 ? BadDerived() : BadBase()); in test()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp7.cpp76 struct BadBase struct
78 template<BadBase> struct WithBadBase {}; // cxx17-error {{cannot have type}} cxx20-error {{is not a…
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp604 struct BadBase { }; struct
605 template struct UseUnqualifiedTypeNames<BadBase>; // expected-note-re 2 {{in instantiation {{.*}} r…