Searched refs:ImplicitNonConstCopy2 (Results 1 – 2 of 2) sorted by relevance
22 struct ImplicitNonConstCopy2 { // expected-note {{candidate constructor}} struct23 ImplicitNonConstCopy2(); // expected-note {{candidate constructor}}37 const ImplicitNonConstCopy2 &cincc2, in test_non_const_copy() argument41 …(void)sizeof(ImplicitNonConstCopy2(cincc2)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
22 struct ImplicitNonConstCopy2 { // expected-note{{the implicit copy assignment operator}} struct23 ImplicitNonConstCopy2();37 const ImplicitNonConstCopy2 &cincc2, in test_non_const_copy() argument42 (void)sizeof(ImplicitNonConstCopy2() = cincc2); // expected-error{{no viable overloaded '='}} in test_non_const_copy()