| /xnu-11215/libkern/libkern/c++/ |
| H A D | bounded_array_ref.h | 47 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 D | safe_allocation.h | 52 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 D | intrusive_shared_ptr.h | 35 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 D | bounded_ptr.h | 51 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 D | bounded_array_ref.h | 47 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 D | safe_allocation.h | 52 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 D | bounded_ptr.h | 51 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 D | cpp_util.h | 23 typedef decltype(nullptr) nullptr_t; typedef
|