Home
last modified time | relevance | path

Searched defs:do_is_equal (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dtracking_mem_res.h36 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 Dequality.pass.cpp29 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
H A Dallocate_exception_safety.pass.cpp34 …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 Dnull_memory_resource.pass.cpp34 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function
H A Dnew_delete_resource.pass.cpp32 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 Dequality.pass.cpp33 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { in do_is_equal() function in assert_on_compare
H A Dsync_deallocate_matches_allocate.pass.cpp46 bool do_is_equal(const std::pmr::memory_resource&) const noexcept override { return false; } do_is_equal() function in test_resource
H A Dunsync_deallocate_matches_allocate.pass.cpp46 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 Dunsynchronized_pool_resource.h88 _LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT override { in do_is_equal() function
H A Dmonotonic_buffer_resource.h106 _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 Dmemory_resource.cpp58 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 Dtest_std_memory_resource.h85 virtual bool do_is_equal(memory_resource const& other) const noexcept { in do_is_equal() function