Searched refs:_LIBCPP_AVAILABILITY_PMR (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | memory_resource.h | 28 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI memory_resource { 54 inline _LIBCPP_AVAILABILITY_PMR _LIBCPP_HIDE_FROM_ABI bool 61 inline _LIBCPP_AVAILABILITY_PMR _LIBCPP_HIDE_FROM_ABI bool 70 [[__gnu__::__returns_nonnull__]] _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI memory_resource* 73 [[__gnu__::__returns_nonnull__]] _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI memory_resource* 76 [[using __gnu__: __returns_nonnull__, __const__]] _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_AB… 79 [[using __gnu__: __returns_nonnull__, __const__]] _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_AB…
|
H A D | synchronized_pool_resource.h | 31 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI synchronized_pool_resource : public memory…
|
H A D | unsynchronized_pool_resource.h | 30 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI unsynchronized_pool_resource : public memo…
|
H A D | monotonic_buffer_resource.h | 29 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI monotonic_buffer_resource : public memory_…
|
H A D | polymorphic_allocator.h | 42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
|
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
H A D | string.h | 62 using basic_string _LIBCPP_AVAILABILITY_PMR = std::basic_string<_CharT, _Traits, polymorphic_alloca… 64 using string _LIBCPP_AVAILABILITY_PMR = basic_string<char>; 67 using wstring _LIBCPP_AVAILABILITY_PMR = basic_string<wchar_t>; 71 using u8string _LIBCPP_AVAILABILITY_PMR = basic_string<char8_t>; 74 using u16string _LIBCPP_AVAILABILITY_PMR = basic_string<char16_t>; 75 using u32string _LIBCPP_AVAILABILITY_PMR = basic_string<char32_t>;
|
H A D | memory_resource.h | 22 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator;
|
/freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
H A D | availability.h | 350 #define _LIBCPP_AVAILABILITY_PMR macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | set | 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 | 1791 using unordered_set _LIBCPP_AVAILABILITY_PMR = std::unordered_set<_KeyT, _HashT, _PredT, polymorphi… 1794 using unordered_multiset _LIBCPP_AVAILABILITY_PMR =
|
H A D | regex | 5807 using match_results _LIBCPP_AVAILABILITY_PMR = 5810 using cmatch _LIBCPP_AVAILABILITY_PMR = match_results<const char*>; 5811 using smatch _LIBCPP_AVAILABILITY_PMR = match_results<std::pmr::string::const_iterator>; 5814 using wcmatch _LIBCPP_AVAILABILITY_PMR = match_results<const wchar_t*>; 5815 using wsmatch _LIBCPP_AVAILABILITY_PMR = match_results<std::pmr::wstring::const_iterator>;
|
H A D | map | 2160 using map _LIBCPP_AVAILABILITY_PMR = 2164 using multimap _LIBCPP_AVAILABILITY_PMR =
|
H A D | unordered_map | 2520 using unordered_map _LIBCPP_AVAILABILITY_PMR = 2524 using unordered_multimap _LIBCPP_AVAILABILITY_PMR =
|
H A D | forward_list | 1553 using forward_list _LIBCPP_AVAILABILITY_PMR = std::forward_list<_ValueT, polymorphic_allocator<_Val…
|
H A D | list | 1722 using list _LIBCPP_AVAILABILITY_PMR = std::list<_ValueT, polymorphic_allocator<_ValueT>>;
|
H A D | deque | 2602 using deque _LIBCPP_AVAILABILITY_PMR = std::deque<_ValueT, polymorphic_allocator<_ValueT>>;
|
H A D | vector | 3009 using vector _LIBCPP_AVAILABILITY_PMR = std::vector<_ValueT, polymorphic_allocator<_ValueT>>;
|