/external/libcxx/test/std/utilities/utility/utility.swap/ |
swap.pass.cpp | 61 constexpr bool can_swap() { function 88 static_assert(can_swap<CopyOnly&>(), ""); 89 static_assert(can_swap<MoveOnly&>(), ""); 90 static_assert(can_swap<NoexceptMoveOnly&>(), ""); 92 static_assert(!can_swap<NotMoveConstructible&>(), ""); 93 static_assert(!can_swap<NotMoveAssignable&>(), "");
|
swap_array.pass.cpp | 52 constexpr bool can_swap() { function 91 static_assert(can_swap<CA&>(), ""); 92 static_assert(can_swap<MA&>(), ""); 93 static_assert(!can_swap<NA&>(), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/utility.swap/ |
swap.pass.cpp | 61 constexpr bool can_swap() { function 88 static_assert(can_swap<CopyOnly&>(), ""); 89 static_assert(can_swap<MoveOnly&>(), ""); 90 static_assert(can_swap<NoexceptMoveOnly&>(), ""); 92 static_assert(!can_swap<NotMoveConstructible&>(), ""); 93 static_assert(!can_swap<NotMoveAssignable&>(), "");
|
swap_array.pass.cpp | 52 constexpr bool can_swap() { function 91 static_assert(can_swap<CA&>(), ""); 92 static_assert(can_swap<MA&>(), ""); 93 static_assert(!can_swap<NA&>(), "");
|
/external/libcxx/test/std/containers/sequences/array/array.special/ |
swap.pass.cpp | 37 struct can_swap : std::is_same<decltype(can_swap_imp<Tp>(0)), void> {}; struct in inherits:std::is_same 68 static_assert(can_swap<C0&>::value, ""); 82 static_assert(!can_swap<C1&>::value, "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/array/array.special/ |
swap.pass.cpp | 37 struct can_swap : std::is_same<decltype(can_swap_imp<Tp>(0)), void> {}; struct in inherits:std::is_same 68 static_assert(can_swap<C0&>::value, ""); 82 static_assert(!can_swap<C1&>::value, "");
|