Home
last modified time | relevance | path

Searched refs:no_copy (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
Dnot_copy_constructible.fail.cpp30 struct no_copy struct
32 no_copy() {} in no_copy() function
33 no_copy(no_copy &&) {} in no_copy() function
35 no_copy(no_copy const &);
40 any_cast<no_copy>(static_cast<any&>(a)); in main()
41 any_cast<no_copy>(static_cast<any const&>(a)); in main()
42 any_cast<no_copy>(static_cast<any &&>(a)); in main()
Dany_cast_reference.pass.cpp287 struct no_copy in test_non_copyable_ref() struct
289 no_copy() {} in test_non_copyable_ref() argument
290 no_copy(no_copy &&) {} in test_non_copyable_ref() function
292 no_copy(no_copy const &); in test_non_copyable_ref()
296 checkThrows<no_copy &, no_copy const&>(a); in test_non_copyable_ref()
297 checkThrows<no_copy const&>(a); in test_non_copyable_ref()
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dnot_copy_constructible.fail.cpp30 struct no_copy struct
32 no_copy() {} in no_copy() argument
33 no_copy(no_copy &&) {} in no_copy() function
34 no_copy(no_copy const &) = delete;
47 any_cast<no_copy>(static_cast<any&>(a)); // expected-note {{requested here}} in main()
51 any_cast<no_copy>(static_cast<any const&>(a)); // expected-note {{requested here}} in main()
53 any_cast<no_copy>(static_cast<any &&>(a)); // OK in main()
/external/syslinux/core/
Dcallback.inc125 .no_copy: mov edi,esi ; Do a dummy copy-to-self
/external/syslinux/memdisk/
Dmemdisk16.asm784 .no_copy: mov edi,esi ; Do a dummy copy-to-self label