Home
last modified time | relevance | path

Searched refs:cincc2 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CXX/special/class.copy/
Dp9.cpp37 const ImplicitNonConstCopy2 &cincc2, in test_non_const_copy() argument
41 …(void)sizeof(ImplicitNonConstCopy2(cincc2)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
Dp20.cpp38 const ImplicitNonConstCopy2 &cincc2, in test_non_const_copy() argument
43 (void)sizeof(ImplicitNonConstCopy2() = cincc2); // expected-error{{no viable overloaded '='}} in test_non_const_copy()
/external/clang/test/CXX/special/class.copy/
Dp9.cpp37 const ImplicitNonConstCopy2 &cincc2, in test_non_const_copy() argument
41 …(void)sizeof(ImplicitNonConstCopy2(cincc2)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
Dp20.cpp37 const ImplicitNonConstCopy2 &cincc2, in test_non_const_copy() argument
42 (void)sizeof(ImplicitNonConstCopy2() = cincc2); // expected-error{{no viable overloaded '='}} in test_non_const_copy()