/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/ |
H A D | tracking_mem_res.h | 36 bool do_is_equal(const memory_resource& ptr) const noexcept override { return &ptr == this; } in do_is_equal() function
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/ |
H A D | equality.pass.cpp | 29 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
|
H A D | allocate_exception_safety.pass.cpp | 34 …bool do_is_equal(std::pmr::memory_resource const& rhs) const noexcept override { return which->is_… in do_is_equal() function
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.global/ |
H A D | null_memory_resource.pass.cpp | 34 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
|
H A D | new_delete_resource.pass.cpp | 32 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function in assert_on_compare
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/ |
H A D | equality.pass.cpp | 33 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function in assert_on_compare
|
H A D | sync_deallocate_matches_allocate.pass.cpp | 46 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { return false; } do_is_equal() function in test_resource
|
H A D | unsync_deallocate_matches_allocate.pass.cpp | 46 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { return false; } do_is_equal() function in test_resource
|
/llvm-project/libcxx/include/__memory_resource/ |
H A D | unsynchronized_pool_resource.h | 88 _LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT override { in do_is_equal() function
|
H A D | monotonic_buffer_resource.h | 106 _LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT override { do_is_equal() function
|
/llvm-project/libcxx/src/ |
H A D | memory_resource.cpp | 58 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } do_is_equal() function in pmr::__new_delete_memory_resource_imp 66 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } do_is_equal() function in pmr::__null_memory_resource_imp 411 bool synchronized_pool_resource::do_is_equal(const memory_resource& other) const noexcept { return &other == this; } do_is_equal() function in pmr::synchronized_pool_resource
|
/llvm-project/libcxx/test/support/ |
H A D | test_std_memory_resource.h | 85 virtual bool do_is_equal(memory_resource const& other) const noexcept { in do_is_equal() function
|