Home
last modified time | relevance | path

Searched refs:nullptr_t (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A Dbounded_array_ref.h47 using nullptr_t = decltype(nullptr); variable
273 operator==(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t)
280 operator!=(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t)
287 operator==(bar_detail::nullptr_t, bounded_array_ref<T, P> const& x)
294 operator!=(bar_detail::nullptr_t, bounded_array_ref<T, P> const& x)
H A Dsafe_allocation.h52 using nullptr_t = decltype(nullptr); variable
175 constexpr safe_allocation(sa_detail::nullptr_t) noexcept : safe_allocation()
269 operator=(sa_detail::nullptr_t)
461 operator==(safe_allocation<T, A, P> const& x, sa_detail::nullptr_t)
468 operator!=(safe_allocation<T, A, P> const& x, sa_detail::nullptr_t)
475 operator==(sa_detail::nullptr_t, safe_allocation<T, A, P> const& x)
482 operator!=(sa_detail::nullptr_t, safe_allocation<T, A, P> const& x)
H A Dintrusive_shared_ptr.h35 using nullptr_t = decltype(nullptr); variable
140 constexpr intrusive_shared_ptr(isp_detail::nullptr_t) noexcept : ptr_(nullptr) {
323 operator=(isp_detail::nullptr_t) noexcept
592 operator==(intrusive_shared_ptr<T, R> const& x, isp_detail::nullptr_t) noexcept
599 operator==(isp_detail::nullptr_t, intrusive_shared_ptr<T, R> const& x) noexcept
606 operator!=(intrusive_shared_ptr<T, R> const& x, isp_detail::nullptr_t) noexcept
613 operator!=(isp_detail::nullptr_t, intrusive_shared_ptr<T, R> const& x) noexcept
H A Dbounded_ptr.h51 using nullptr_t = decltype(nullptr); variable
157 bounded_ptr(detail::nullptr_t)
247 operator=(detail::nullptr_t)
556 operator==(detail::nullptr_t, bounded_ptr<T, Policy> const& p)
563 operator!=(detail::nullptr_t, bounded_ptr<T, Policy> const& p)
570 operator==(bounded_ptr<T, Policy> const& p, detail::nullptr_t)
577 operator!=(bounded_ptr<T, Policy> const& p, detail::nullptr_t)
/xnu-11215/iokit/DriverKit/
H A Dbounded_array_ref.h47 using nullptr_t = decltype(nullptr); variable
273 operator==(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t)
280 operator!=(bounded_array_ref<T, P> const& x, bar_detail::nullptr_t)
287 operator==(bar_detail::nullptr_t, bounded_array_ref<T, P> const& x)
294 operator!=(bar_detail::nullptr_t, bounded_array_ref<T, P> const& x)
H A Dsafe_allocation.h52 using nullptr_t = decltype(nullptr); variable
175 constexpr safe_allocation(sa_detail::nullptr_t) noexcept : safe_allocation()
269 operator=(sa_detail::nullptr_t)
461 operator==(safe_allocation<T, A, P> const& x, sa_detail::nullptr_t)
468 operator!=(safe_allocation<T, A, P> const& x, sa_detail::nullptr_t)
475 operator==(sa_detail::nullptr_t, safe_allocation<T, A, P> const& x)
482 operator!=(sa_detail::nullptr_t, safe_allocation<T, A, P> const& x)
H A Dbounded_ptr.h51 using nullptr_t = decltype(nullptr); variable
157 bounded_ptr(detail::nullptr_t)
247 operator=(detail::nullptr_t)
556 operator==(detail::nullptr_t, bounded_ptr<T, Policy> const& p)
563 operator!=(detail::nullptr_t, bounded_ptr<T, Policy> const& p)
570 operator==(bounded_ptr<T, Policy> const& p, detail::nullptr_t)
577 operator!=(bounded_ptr<T, Policy> const& p, detail::nullptr_t)
/xnu-11215/libkern/os/
H A Dcpp_util.h23 typedef decltype(nullptr) nullptr_t; typedef