Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp121 struct DirectVirtualBase : virtual Base {}; // expected-note {{copy assignment operator) not viable… struct
122 struct IndirectVirtualBase : DirectVirtualBase {}; // expected-note {{copy assignment operator) not…
150 DirectVirtualBase dvb; in test_deletion_exclusion()
151 dvb = DirectVirtualBase(); // expected-error {{no viable}} in test_deletion_exclusion()