Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp9.cpp32 struct ImplicitNonConstCopy4 : VirtualInheritsNonConstCopy { // expected-note {{candidate construct… struct
33 ImplicitNonConstCopy4(); // expected-note {{candidate constructor}}
39 const ImplicitNonConstCopy4 &cincc4) { in test_non_const_copy()
43 …(void)sizeof(ImplicitNonConstCopy4(cincc4)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
Dp20.cpp32 struct ImplicitNonConstCopy4 : VirtualInheritsNonConstCopy { struct
33 ImplicitNonConstCopy4();
39 const ImplicitNonConstCopy4 &cincc4, in test_non_const_copy()
44 (void)sizeof(ImplicitNonConstCopy4() = cincc4); // okay in test_non_const_copy()