Searched refs:ImplicitNonConstCopy3 (Results 1 – 2 of 2) sorted by relevance
27 struct ImplicitNonConstCopy3 { // expected-note {{candidate constructor}} struct28 ImplicitNonConstCopy3(); // expected-note {{candidate constructor}}38 const ImplicitNonConstCopy3 &cincc3, in test_non_const_copy() argument42 …(void)sizeof(ImplicitNonConstCopy3(cincc3)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
27 struct ImplicitNonConstCopy3 { // expected-note{{the implicit copy assignment operator}} struct28 ImplicitNonConstCopy3();38 const ImplicitNonConstCopy3 &cincc3, in test_non_const_copy() argument43 (void)sizeof(ImplicitNonConstCopy3() = cincc3); // expected-error{{no viable overloaded '='}} in test_non_const_copy()