Home
last modified time | relevance | path

Searched defs:polymorphic_allocator (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__fwd/
H A Dmemory_resource.h22 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator; global() variable
/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dmemory_resource.nodiscard.verify.cpp23 std::pmr::polymorphic_allocator<int> polymorphic_allocator; in test() local
/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h51 _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...]
/llvm-project/clang/test/SemaCXX/
H A Dattr-unavailable.cpp176 class __attribute__((unavailable)) polymorphic_allocator {}; // expected-note 2 {{'polymorphic_allo… class