Searched defs:polymorphic_allocator (Results 1 – 4 of 4) sorted by relevance
22 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator; global() variable
23 std::pmr::polymorphic_allocator<int> polymorphic_allocator; in test() local
51 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) {} in polymorphic_allocator() function 49 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) {} polymorphic_allocator() function 56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept polymorphic_allocator() function [all...]
176 class __attribute__((unavailable)) polymorphic_allocator {}; // expected-note 2 {{'polymorphic_allo… class