Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dmemory_resource.cpp
/freebsd/contrib/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 ove… in do_is_equal() function
H A Dmonotonic_buffer_resource.h103 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT ove… in do_is_equal() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp61 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } in do_is_equal() function in pmr::__new_delete_memory_resource_imp
69 bool do_is_equal(const memory_resource& other) const noexcept override { return &other == this; } in do_is_equal() function in pmr::__null_memory_resource_imp
414 bool synchronized_pool_resource::do_is_equal(const memory_resource& other) const noexcept { return … in do_is_equal() function in pmr::synchronized_pool_resource