Home
last modified time | relevance | path

Searched refs:ImplicitNonConstCopy1 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp9.cpp18 struct ImplicitNonConstCopy1 : NonConstCopy { // expected-note {{candidate constructor}} struct
19 ImplicitNonConstCopy1(); // expected-note {{candidate constructor}}
36 void test_non_const_copy(const ImplicitNonConstCopy1 &cincc1, in test_non_const_copy()
40 …(void)sizeof(ImplicitNonConstCopy1(cincc1)); // expected-error{{no matching conversion for functio… in test_non_const_copy()
Dp20.cpp18 struct ImplicitNonConstCopy1 : NonConstCopy { // expected-note{{the implicit copy assignment opera… struct
19 ImplicitNonConstCopy1();
36 void test_non_const_copy(const ImplicitNonConstCopy1 &cincc1, in test_non_const_copy()
41 (void)sizeof(ImplicitNonConstCopy1() = cincc1); // expected-error{{no viable overloaded '='}} in test_non_const_copy()