Lines Matching refs:__t
422 _LIBCPP_CONSTEXPR bool operator==(const _Tp& __t, const propagate_const<_Up>& __pu)
424 return __t == _VSTD_LFTS_V2::get_underlying(__pu);
429 _LIBCPP_CONSTEXPR bool operator!=(const _Tp& __t, const propagate_const<_Up>& __pu)
431 return __t != _VSTD_LFTS_V2::get_underlying(__pu);
436 _LIBCPP_CONSTEXPR bool operator<(const _Tp& __t, const propagate_const<_Up>& __pu)
438 return __t < _VSTD_LFTS_V2::get_underlying(__pu);
443 _LIBCPP_CONSTEXPR bool operator>(const _Tp& __t, const propagate_const<_Up>& __pu)
445 return __t > _VSTD_LFTS_V2::get_underlying(__pu);
450 _LIBCPP_CONSTEXPR bool operator<=(const _Tp& __t, const propagate_const<_Up>& __pu)
452 return __t <= _VSTD_LFTS_V2::get_underlying(__pu);
457 _LIBCPP_CONSTEXPR bool operator>=(const _Tp& __t, const propagate_const<_Up>& __pu)
459 return __t >= _VSTD_LFTS_V2::get_underlying(__pu);