Searched refs:ImplicitNonConstCopy4 (Results 1 – 2 of 2) sorted by relevance
32 struct ImplicitNonConstCopy4 : VirtualInheritsNonConstCopy { // expected-note {{candidate construct… struct33 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()
32 struct ImplicitNonConstCopy4 : VirtualInheritsNonConstCopy { struct33 ImplicitNonConstCopy4();39 const ImplicitNonConstCopy4 &cincc4, in test_non_const_copy()44 (void)sizeof(ImplicitNonConstCopy4() = cincc4); // okay in test_non_const_copy()