Searched defs:is_signed_v (Results 1 – 7 of 7) sorted by relevance
30 inline constexpr bool is_signed_v = __is_signed(_Tp); variable
26 LIBC_INLINE_VAR constexpr bool is_signed_v = is_signed<T>::value; variable