/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | propagate_on_container_swap.pass.cpp | 28 typedef std::true_type propagate_on_container_swap; typedef 42 typedef std::true_type propagate_on_container_swap; typedef 47 …static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_swap, std::tru… in main() 48 …static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::fal… in main() 50 …static_assert((std::is_same<std::allocator_traits<C<char> >::propagate_on_container_swap, std::fal… in main()
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | propagate_on_container_swap.pass.cpp | 29 typedef std::true_type propagate_on_container_swap; typedef 43 typedef std::true_type propagate_on_container_swap; typedef 48 …static_assert((std::is_same<std::allocator_traits<A<char> >::propagate_on_container_swap, std::tru… in main() 49 …static_assert((std::is_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::fal… in main() 51 …static_assert((std::is_same<std::allocator_traits<C<char> >::propagate_on_container_swap, std::fal… in main()
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | propagate_on_container_swap.pass.cpp | 27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_swap, in main() 31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_swap, in main() 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap, in main()
|
/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | propagate_on_container_swap.pass.cpp | 27 std::scoped_allocator_adaptor<A1<int>>::propagate_on_container_swap, in main() 31 std::scoped_allocator_adaptor<A1<int>, A2<int>>::propagate_on_container_swap, in main() 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap, in main()
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 65 typedef std::true_type propagate_on_container_swap; typedef 77 typedef std::false_type propagate_on_container_swap; typedef 90 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 65 typedef std::true_type propagate_on_container_swap; typedef 77 typedef std::false_type propagate_on_container_swap; typedef 90 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 65 typedef std::true_type propagate_on_container_swap; typedef 77 typedef std::false_type propagate_on_container_swap; typedef 90 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 66 typedef std::true_type propagate_on_container_swap; typedef 78 typedef std::false_type propagate_on_container_swap; typedef 91 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 39 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 53 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 39 typedef std::true_type propagate_on_container_swap; typedef 51 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/sequences/vector.bool/ |
D | swap_noexcept.pass.cpp | 39 typedef std::true_type propagate_on_container_swap; typedef 51 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 41 typedef std::true_type propagate_on_container_swap; typedef 53 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 39 typedef std::true_type propagate_on_container_swap; typedef 51 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 40 typedef std::true_type propagate_on_container_swap; typedef 52 typedef std::false_type propagate_on_container_swap; typedef
|
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 92 typedef std::true_type propagate_on_container_swap; typedef 104 typedef std::false_type propagate_on_container_swap; typedef 117 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 93 typedef std::true_type propagate_on_container_swap; typedef 105 typedef std::false_type propagate_on_container_swap; typedef 118 typedef std::false_type propagate_on_container_swap; typedef
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 93 typedef std::true_type propagate_on_container_swap; typedef 105 typedef std::false_type propagate_on_container_swap; typedef 118 typedef std::false_type propagate_on_container_swap; typedef
|