/llvm-project/libcxx/test/std/utilities/utility/utility.swap/ |
H A D | swap_array.pass.cpp | 26 struct CopyOnly { struct 27 CopyOnly() {} in CopyOnly() function 28 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() argument 29 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
|
H A D | swap.pass.cpp | 24 struct CopyOnly { struct 25 CopyOnly() {} in CopyOnly() argument 26 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() function 27 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | block-capture.mm | 11 struct CopyOnly { struct 12 CopyOnly(); // cxx23-note {{not viable}} field 13 CopyOnly(CopyOnly &); // cxx23-note {{not viable}} argument 15 TEST(CopyOnly); // cxx23-error {{no matching constructor}} argument
|
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/ |
H A D | ctor.unexpect.pass.cpp | 50 struct CopyOnly { global() struct 52 CopyOnlyCopyOnly CopyOnly() argument
|
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/ |
H A D | ctor.inplace.pass.cpp | 50 struct CopyOnly { global() struct 52 CopyOnlyCopyOnly CopyOnly() argument
|
H A D | ctor.unexpect.pass.cpp | 50 struct CopyOnly { global() struct 52 CopyOnlyCopyOnly CopyOnly() argument
|
H A D | ctor.u.pass.cpp | 63 struct CopyOnly { global() struct 65 CopyOnlyCopyOnly CopyOnly() argument
|
/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | coro-dwarf.cpp | 40 struct CopyOnly { struct 42 CopyOnly(const CopyOnly &) noexcept; argument
|
H A D | coro-params.cpp | 41 struct CopyOnly { struct 43 CopyOnly(const CopyOnly&) noexcept; argument
|
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/ |
H A D | value.lwg3940.verify.cpp | 22 struct CopyOnly { global() struct [all...] |
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable.compile.pass.cpp | 19 struct CopyOnly { struct
|
H A D | indirectly_copyable_storable.compile.pass.cpp | 19 struct CopyOnly { struct
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.copyconstructible/ |
H A D | copy_constructible.compile.pass.cpp | 160 struct CopyOnly { struct
|
/llvm-project/clang/test/CXX/class/class.init/class.copy.elision/ |
H A D | p3.cpp | 328 struct CopyOnly { struct 387 struct CopyOnly {}; struct 471 struct CopyOnly { struct
|
/llvm-project/clang/test/CXX/special/class.copy/ |
H A D | p11.0x.move.cpp | 155 struct CopyOnly { struct
|
H A D | implicit-move.cpp | 227 struct CopyOnly { struct
|
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
H A D | move.pass.cpp | 31 struct CopyOnly { struct
|
H A D | copy.pass.cpp | 29 struct CopyOnly { struct
|