Home | History | Annotate | Download | only in bits

Lines Matching refs:nullptr_t

146 	shared_ptr(nullptr_t __p, _Deleter __d)
184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
266 constexpr shared_ptr(nullptr_t __p) noexcept
334 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
339 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
350 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
355 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
369 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
374 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
385 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
390 operator<=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
401 operator>(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
406 operator>(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
417 operator>=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
422 operator>=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept