Searched defs:CopyOnly (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/special/class.copy/
H A Dp11.0x.move.cpp143 struct CopyOnly { struct
144 CopyOnly(const CopyOnly&);
148 CopyOnly CO;
H A Dimplicit-move.cpp227 struct CopyOnly { struct in namespace:DR1402
228 CopyOnly(const CopyOnly&);
229 CopyOnly &operator=(const CopyOnly&);
235 template void test(CopyOnly); // ok, copies
238 CopyOnly co;

Completed in 159 milliseconds