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)
265 constexpr shared_ptr(nullptr_t __p) noexcept
333 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
338 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
349 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
354 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
368 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
373 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
384 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
389 operator<=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
400 operator>(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
405 operator>(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
416 operator>=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
421 operator>=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept