/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | polymorphic_allocator.h | 42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator { 49 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function 51 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function 53 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator&) = default; 56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function 59 polymorphic_allocator& operator=(const polymorphic_allocator&) = delete; 121 typename __uses_alloc_ctor<_Tp, polymorphic_allocator&, _Ts...>::type(), in construct() 132 … __transform_tuple(typename __uses_alloc_ctor< _T1, polymorphic_allocator&, _Args1... >::type(), in construct() 135 … __transform_tuple(typename __uses_alloc_ctor< _T2, polymorphic_allocator&, _Args2... >::type(), in construct() 171 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator select_on_container_copy_construction() const noexcept… in select_on_container_copy_construction() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory_resource |
|
H A D | set |
|
H A D | map |
|
H A D | unordered_set |
|
H A D | unordered_map |
|
H A D | deque |
|
H A D | forward_list |
|
H A D | list |
|
H A D | vector |
|
H A D | regex |
|
H A D | string |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | memory_resource | 27 template <class Tp> class polymorphic_allocator; 30 bool operator==(const polymorphic_allocator<T1>& a, 31 const polymorphic_allocator<T2>& b) noexcept; 33 bool operator!=(const polymorphic_allocator<T1>& a, 34 const polymorphic_allocator<T2>& b) noexcept; // removed in C++20 57 # include <__memory_resource/polymorphic_allocator.h>
|
H A D | set | 527 #include <__memory_resource/polymorphic_allocator.h> 1482 using set _LIBCPP_AVAILABILITY_PMR = std::set<_KeyT, _CompareT, polymorphic_allocator<_KeyT>>; 1485 using multiset _LIBCPP_AVAILABILITY_PMR = std::multiset<_KeyT, _CompareT, polymorphic_allocator<_Ke…
|
H A D | unordered_set | 546 #include <__memory_resource/polymorphic_allocator.h> 1791 …_LIBCPP_AVAILABILITY_PMR = std::unordered_set<_KeyT, _HashT, _PredT, polymorphic_allocator<_KeyT>>; 1795 std::unordered_multiset<_KeyT, _HashT, _PredT, polymorphic_allocator<_KeyT>>;
|
H A D | forward_list | 215 #include <__memory_resource/polymorphic_allocator.h> 1553 using forward_list _LIBCPP_AVAILABILITY_PMR = std::forward_list<_ValueT, polymorphic_allocator<_Val…
|
H A D | map | 588 #include <__memory_resource/polymorphic_allocator.h> 2161 std::map<_KeyT, _ValueT, _CompareT, polymorphic_allocator<std::pair<const _KeyT, _ValueT>>>; 2165 … std::multimap<_KeyT, _ValueT, _CompareT, polymorphic_allocator<std::pair<const _KeyT, _ValueT>>>;
|
H A D | list | 222 #include <__memory_resource/polymorphic_allocator.h> 1722 using list _LIBCPP_AVAILABILITY_PMR = std::list<_ValueT, polymorphic_allocator<_ValueT>>;
|
H A D | unordered_map | 598 #include <__memory_resource/polymorphic_allocator.h> 2521 …std::unordered_map<_KeyT, _ValueT, _HashT, _PredT, polymorphic_allocator<std::pair<const _KeyT, _V… 2525 …std::unordered_multimap<_KeyT, _ValueT, _HashT, _PredT, polymorphic_allocator<std::pair<const _Key…
|
H A D | deque | 207 #include <__memory_resource/polymorphic_allocator.h> 2602 using deque _LIBCPP_AVAILABILITY_PMR = std::deque<_ValueT, polymorphic_allocator<_ValueT>>;
|
H A D | vector | 342 #include <__memory_resource/polymorphic_allocator.h> 3009 using vector _LIBCPP_AVAILABILITY_PMR = std::vector<_ValueT, polymorphic_allocator<_ValueT>>;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | memory_resource.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | memory_resource.h | 22 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator; variable
|
H A D | string.h | 62 …tring _LIBCPP_AVAILABILITY_PMR = std::basic_string<_CharT, _Traits, polymorphic_allocator<_CharT>>;
|
/freebsd/lib/libc++/ |
H A D | Makefile | 963 MER_HEADERS+= polymorphic_allocator.h
|