HomeSort by relevance Sort by last modified time
    Searched refs:ImplicitNonConstCopy4 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/special/class.copy/
p20.cpp 32 struct ImplicitNonConstCopy4 : VirtualInheritsNonConstCopy {
33 ImplicitNonConstCopy4();
39 const ImplicitNonConstCopy4 &cincc4,
44 (void)sizeof(ImplicitNonConstCopy4() = cincc4); // okay
p9.cpp 32 struct ImplicitNonConstCopy4 : VirtualInheritsNonConstCopy { // expected-note {{candidate constructor}}
33 ImplicitNonConstCopy4(); // expected-note {{candidate constructor}}
39 const ImplicitNonConstCopy4 &cincc4) {
43 (void)sizeof(ImplicitNonConstCopy4(cincc4)); // expected-error{{no matching conversion for functional-style cast from 'const ImplicitNonConstCopy4' to 'ImplicitNonConstCopy4'}}

Completed in 537 milliseconds