Lines Matching refs:is_signed
31 static constexpr bool is_signed = false;
107 #include <__type_traits/is_signed.h>
147 static _LIBCPP_CONSTEXPR const bool is_signed = false;
195 static _LIBCPP_CONSTEXPR const bool is_signed = type(-1) < type(0);
196 …IBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_signed);
199 …static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::v…
200 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0);
228 static _LIBCPP_CONSTEXPR const bool is_modulo = !std::is_signed<_Tp>::value;
246 static _LIBCPP_CONSTEXPR const bool is_signed = false;
293 static _LIBCPP_CONSTEXPR const bool is_signed = true;
350 static _LIBCPP_CONSTEXPR const bool is_signed = true;
407 static _LIBCPP_CONSTEXPR const bool is_signed = true;
475 static _LIBCPP_CONSTEXPR const bool is_signed = __base::is_signed;
529 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_signed;