Searched defs:is_unsigned (Results 1 – 6 of 6) sorted by relevance
19 // is_unsigned struct 21 struct is_unsigned : bool_constant<(is_arithmetic_v<T> && (T(-1) > T(0)))> { in operator() argument
26 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_unsigned : _BoolConstant<__is_unsigned(_Tp)> {}; struct
27 const bool is_unsigned = std::is_unsigned<T>::value; in check_limits() local
279 bool is_unsigned) { in ToAPInt() argument
2771 const bool is_unsigned = qt->isUnsignedIntegerType(); ExtractIntFromFormValue() local
1966 void is_unsigned() is_unsigned() function