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

  /external/libcxx/test/std/utilities/utility/utility.swap/
swap.pass.cpp 42 struct NotMoveConstructible {
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; }
45 NotMoveConstructible(NotMoveConstructible&&);
92 static_assert(!can_swap<NotMoveConstructible&>(), "");
swap_array.pass.cpp 38 struct NotMoveConstructible {
39 NotMoveConstructible() {}
40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; }
42 NotMoveConstructible(NotMoveConstructible&&);
90 using NA = NotMoveConstructible[42];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/utility.swap/
swap.pass.cpp 42 struct NotMoveConstructible {
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; }
45 NotMoveConstructible(NotMoveConstructible&&);
92 static_assert(!can_swap<NotMoveConstructible&>(), "");
swap_array.pass.cpp 38 struct NotMoveConstructible {
39 NotMoveConstructible() {}
40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; }
42 NotMoveConstructible(NotMoveConstructible&&);
90 using NA = NotMoveConstructible[42];

Completed in 651 milliseconds