Home
last modified time | relevance | path

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

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