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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.nonmembers/any.cast/
not_copy_constructible.fail.cpp 30 struct no_copy struct
32 no_copy() {} function in struct:no_copy
33 no_copy(no_copy &&) {} function in struct:no_copy
35 no_copy(no_copy const &);
40 any_cast<no_copy>(static_cast<any&>(a));
41 any_cast<no_copy>(static_cast<any const&>(a));
42 any_cast<no_copy>(static_cast<any &&>(a));
44 // expected-error@experimental/any:* 3 {{calling a private constructor of class 'no_copy'}}
    [all...]
any_cast_reference.pass.cpp 289 struct no_copy struct
291 no_copy() {} function in struct:no_copy
292 no_copy(no_copy &&) {} function in struct:no_copy
294 no_copy(no_copy const &);
298 checkThrows<no_copy &, no_copy const&>(a);
299 checkThrows<no_copy const&>(a);
  /external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
not_copy_constructible.fail.cpp 30 struct no_copy struct
32 no_copy() {} function in struct:no_copy
33 no_copy(no_copy &&) {} function in struct:no_copy
34 no_copy(no_copy const &) = delete;
46 // expected-error@any:* {{static_cast from 'no_copy' to 'no_copy' uses deleted function}}
47 any_cast<no_copy>(static_cast<any&>(a)); // expected-note {{requested here}}
50 // expected-error@any:* {{static_cast from 'const no_copy' to 'no_copy' uses deleted function}
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.nonmembers/any.cast/
not_copy_constructible.fail.cpp 30 struct no_copy struct
32 no_copy() {} function in struct:no_copy
33 no_copy(no_copy &&) {} function in struct:no_copy
34 no_copy(no_copy const &) = delete;
46 // expected-error@any:* {{static_cast from 'no_copy' to 'no_copy' uses deleted function}}
47 any_cast<no_copy>(static_cast<any&>(a)); // expected-note {{requested here}}
50 // expected-error@any:* {{static_cast from 'const no_copy' to 'no_copy' uses deleted function}
    [all...]
  /external/syslinux/memdisk/
memdisk16.asm 784 .no_copy: mov edi,esi ; Do a dummy copy-to-self

Completed in 253 milliseconds