Searched refs:cincc4 (Results 1 – 2 of 2) sorted by relevance
39 const ImplicitNonConstCopy4 &cincc4) { in test_non_const_copy() argument43 …(void)sizeof(ImplicitNonConstCopy4(cincc4)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
39 const ImplicitNonConstCopy4 &cincc4, in test_non_const_copy() argument44 (void)sizeof(ImplicitNonConstCopy4() = cincc4); // okay in test_non_const_copy()