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

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

Completed in 894 milliseconds