Home
last modified time | relevance | path

Searched refs:polymorphic_allocator (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
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()
172 return polymorphic_allocator(); in select_on_container_copy_construction()
187 using _Tup = tuple<allocator_arg_t const&, polymorphic_allocator&, _Args&&...>; in __transform_tuple()
192 _LIBCPP_HIDE_FROM_ABI tuple<_Args&&..., polymorphic_allocator&>
194 using _Tup = tuple<_Args&&..., polymorphic_allocator&>; in __transform_tuple()
209 operator==(const polymorphic_allocator<_Tp>& __lhs, const polymorphic_allocator<_Up>& __rhs) noexce…
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmemory_resource27 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
55 #include <__memory_resource/polymorphic_allocator.h>
H A Dset528 #include <__memory_resource/polymorphic_allocator.h>
1486 using set _LIBCPP_AVAILABILITY_PMR = std::set<_KeyT, _CompareT, polymorphic_allocator<_KeyT>>;
1489 using multiset _LIBCPP_AVAILABILITY_PMR = std::multiset<_KeyT, _CompareT, polymorphic_allocator<_Ke…
H A Dunordered_set547 #include <__memory_resource/polymorphic_allocator.h>
1807 …_LIBCPP_AVAILABILITY_PMR = std::unordered_set<_KeyT, _HashT, _PredT, polymorphic_allocator<_KeyT>>;
1811 std::unordered_multiset<_KeyT, _HashT, _PredT, polymorphic_allocator<_KeyT>>;
H A Dforward_list217 #include <__memory_resource/polymorphic_allocator.h>
1572 using forward_list _LIBCPP_AVAILABILITY_PMR = std::forward_list<_ValueT, polymorphic_allocator<_Val…
H A Dmap589 #include <__memory_resource/polymorphic_allocator.h>
2179 std::map<_KeyT, _ValueT, _CompareT, polymorphic_allocator<std::pair<const _KeyT, _ValueT>>>;
2183 … std::multimap<_KeyT, _ValueT, _CompareT, polymorphic_allocator<std::pair<const _KeyT, _ValueT>>>;
H A Dlist223 #include <__memory_resource/polymorphic_allocator.h>
1744 using list _LIBCPP_AVAILABILITY_PMR = std::list<_ValueT, polymorphic_allocator<_ValueT>>;
H A Dunordered_map599 #include <__memory_resource/polymorphic_allocator.h>
2541 …std::unordered_map<_KeyT, _ValueT, _HashT, _PredT, polymorphic_allocator<std::pair<const _KeyT, _V…
2545 …std::unordered_multimap<_KeyT, _ValueT, _HashT, _PredT, polymorphic_allocator<std::pair<const _Key…
H A Ddeque206 #include <__memory_resource/polymorphic_allocator.h>
2590 using deque _LIBCPP_AVAILABILITY_PMR = std::deque<_ValueT, polymorphic_allocator<_ValueT>>;
H A Dvector340 #include <__memory_resource/polymorphic_allocator.h>
2963 using vector _LIBCPP_AVAILABILITY_PMR = std::vector<_ValueT, polymorphic_allocator<_ValueT>>;
H A Dlibcxx.imp541 …{ include: [ "<__memory_resource/polymorphic_allocator.h>", "private", "<memory_resource>", "publi…
H A Dmodule.modulemap.in1554 …source_polymorphic_allocator [system] { header "__memory_resource/polymorphic_allocator.h" }
H A Dregex802 #include <__memory_resource/polymorphic_allocator.h>
5797 std::match_results<_BidirT, polymorphic_allocator<std::sub_match<_BidirT>>>;
H A Dstring594 #include <__memory_resource/polymorphic_allocator.h>
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dmemory_resource.inc16 // [mem.poly.allocator.class], class template polymorphic_allocator
17 using std::pmr::polymorphic_allocator;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/
H A Dmemory_resource.h23 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator; variable
H A Dstring.h65 …tring _LIBCPP_AVAILABILITY_PMR = std::basic_string<_CharT, _Traits, polymorphic_allocator<_CharT>>;
/freebsd-14.2/lib/libc++/
H A DMakefile960 MER_HEADERS+= polymorphic_allocator.h
H A Dmodule.modulemap1554 …source_polymorphic_allocator [system] { header "__memory_resource/polymorphic_allocator.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3521 SYMBOL(polymorphic_allocator, std::pmr::, <memory_resource>)