Home
last modified time | relevance | path

Searched refs:_LIBCPP_AVAILABILITY_PMR (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h28 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 Dsynchronized_pool_resource.h31 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI synchronized_pool_resource : public memory…
H A Dunsynchronized_pool_resource.h30 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI unsynchronized_pool_resource : public memo…
H A Dmonotonic_buffer_resource.h29 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_EXPORTED_FROM_ABI monotonic_buffer_resource : public memory_…
H A Dpolymorphic_allocator.h42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dstring.h62 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 Dmemory_resource.h22 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator;
/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Davailability.h350 #define _LIBCPP_AVAILABILITY_PMR macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dset1482 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 Dunordered_set1791 using unordered_set _LIBCPP_AVAILABILITY_PMR = std::unordered_set<_KeyT, _HashT, _PredT, polymorphi…
1794 using unordered_multiset _LIBCPP_AVAILABILITY_PMR =
H A Dregex5807 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 Dmap2160 using map _LIBCPP_AVAILABILITY_PMR =
2164 using multimap _LIBCPP_AVAILABILITY_PMR =
H A Dunordered_map2520 using unordered_map _LIBCPP_AVAILABILITY_PMR =
2524 using unordered_multimap _LIBCPP_AVAILABILITY_PMR =
H A Dforward_list1553 using forward_list _LIBCPP_AVAILABILITY_PMR = std::forward_list<_ValueT, polymorphic_allocator<_Val…
H A Dlist1722 using list _LIBCPP_AVAILABILITY_PMR = std::list<_ValueT, polymorphic_allocator<_ValueT>>;
H A Ddeque2602 using deque _LIBCPP_AVAILABILITY_PMR = std::deque<_ValueT, polymorphic_allocator<_ValueT>>;
H A Dvector3009 using vector _LIBCPP_AVAILABILITY_PMR = std::vector<_ValueT, polymorphic_allocator<_ValueT>>;