/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | is_always_equal.pass.cpp | 29 std::allocator_traits<A1<int>>::is_always_equal, std::false_type>::value in main() 33 std::allocator_traits<min_allocator<int>>::is_always_equal, std::true_type>::value in main() 39 std::scoped_allocator_adaptor<A1<int>>::is_always_equal, in main() 40 std::allocator_traits<A1<int>>::is_always_equal in main() 46 std::scoped_allocator_adaptor<min_allocator<int>>::is_always_equal, in main() 47 std::allocator_traits<min_allocator<int>>::is_always_equal in main() 52 std::scoped_allocator_adaptor<A1<int>, A2<int>>::is_always_equal::value == in main() 53 ( std::allocator_traits<A1<int>>::is_always_equal::value && in main() 54 std::allocator_traits<A2<int>>::is_always_equal::value) in main() 59 std::scoped_allocator_adaptor<A1<int>, min_allocator<int>>::is_always_equal::value == in main() [all …]
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | is_always_equal.pass.cpp | 27 typedef std::true_type is_always_equal; typedef 45 …static_assert((std::is_same<std::allocator_traits<A<char> >::is_always_equal, std::true_type>::val… in main() 46 …static_assert((std::is_same<std::allocator_traits<B<char> >::is_always_equal, std::true_type>::val… in main() 47 …static_assert((std::is_same<std::allocator_traits<C<char> >::is_always_equal, std::false_type>::va… in main() 49 …static_assert((std::is_same<std::allocator_traits<A<const char> >::is_always_equal, std::true_type… in main() 50 …static_assert((std::is_same<std::allocator_traits<B<const char> >::is_always_equal, std::true_type… in main() 51 …static_assert((std::is_same<std::allocator_traits<C<const char> >::is_always_equal, std::false_typ… in main()
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | move_assign_noexcept.pass.cpp | 47 typedef std::true_type is_always_equal; typedef 60 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | move_assign_noexcept.pass.cpp | 44 typedef std::true_type is_always_equal; typedef 57 typedef std::false_type is_always_equal; typedef
|
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/utilities/memory/default.allocator/ |
D | allocator_types.pass.cpp | 49 …static_assert((std::is_same<std::allocator< char>::is_always_equal, std::true_type>::value), … in main() 50 …LIBCPP_STATIC_ASSERT((std::is_same<std::allocator<const char>::is_always_equal, std::true_type>::v… in main()
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | move_assign_noexcept.pass.cpp | 44 typedef std::true_type is_always_equal; typedef 57 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 79 typedef std::true_type is_always_equal; typedef 92 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 79 typedef std::true_type is_always_equal; typedef 92 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 79 typedef std::true_type is_always_equal; typedef 92 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 79 typedef std::true_type is_always_equal; typedef 92 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 106 typedef std::true_type is_always_equal; typedef 119 typedef std::false_type is_always_equal; typedef
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 54 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 53 typedef std::true_type is_always_equal; typedef
|
/external/libcxx/include/ |
D | scoped_allocator | 41 typedef see below is_always_equal; 181 static const bool value = allocator_traits<_A0>::is_always_equal::value; 188 allocator_traits<_A0>::is_always_equal::value && 423 > is_always_equal;
|
D | vector | 55 allocator_type::is_always_equal::value); // C++17 123 allocator_traits<allocator_type>::is_always_equal::value); // C++17 179 allocator_type::is_always_equal::value); // C++17 241 allocator_traits<allocator_type>::is_always_equal::value); // C++17 790 _NOEXCEPT_(__alloc_traits::is_always_equal::value); 1314 _NOEXCEPT_(__alloc_traits::is_always_equal::value)
|
D | memory | 78 typedef Alloc::is_always_equal 79 | is_empty is_always_equal; 1214 template <class _Up> static char __test(typename _Up::is_always_equal* = 0); 1228 typedef typename _Alloc::is_always_equal type; 1511 is_always_equal; 1756 typedef true_type is_always_equal; 1854 typedef true_type is_always_equal; 5453 || _Traits::is_always_equal::value
|
D | unordered_set | 123 noexcept(allocator_traits<Allocator>::is_always_equal::value && 271 noexcept(allocator_traits<Allocator>::is_always_equal::value &&
|
D | string | 127 allocator_type::is_always_equal::value ); // C++17 247 allocator_traits<allocator_type>::is_always_equal::value); // C++17 1414 _NOEXCEPT_(__alloc_traits::is_always_equal::value); 2058 _NOEXCEPT_(__alloc_traits::is_always_equal::value) 3056 __alloc_traits::is_always_equal::value ||
|