Searched refs:hb_is_signed (Results 1 – 4 of 4) sorted by relevance
38 K kINVALID = hb_is_pointer (K) ? 0 : hb_is_signed (K) ? hb_int_min (K) : (K) -1,39 V vINVALID = hb_is_pointer (V) ? 0 : hb_is_signed (V) ? hb_int_min (V) : (V) -1>
257 using hb_is_signed = hb_conditional<hb_is_arithmetic (T),260 #define hb_is_signed(T) hb_is_signed<T>::value macro
618 static_assert (!hb_is_signed<T>::value, ""); in hb_in_range()
60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type;