Searched defs:do_is_equal (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__memory_resource/ | ||
H A D | unsynchronized_pool_resource.h | 89 _LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT override { do_is_equal() function |
H A D | monotonic_buffer_resource.h | 107 _LIBCPP_HIDE_FROM_ABI_VIRTUAL bool do_is_equal(const memory_resource& __other) const _NOEXCEPT override { do_is_equal() function |
/freebsd-src/contrib/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; } in do_is_equal() function in pmr::__new_delete_memory_resource_imp |