Searched refs:IS_SIGNED (Results 1 – 1 of 1) sorted by relevance
104 #define IS_SIGNED(type) ((type)(-1) < (type)(0)) macro113 #define CHECK_MAX(type, TYPE) static_assert(IS_SIGNED(type) ? CHECK_MAX_SIGNED(type, TYPE) : CHECK_…180 static_assert(IS_SIGNED(wchar_t) ? CHECK_MIN_TYPE(wchar_t, WCHAR) : (WCHAR_MIN == 0), "");182 static_assert(IS_SIGNED(sig_atomic_t) ? CHECK_MIN_TYPE(sig_atomic_t, SIG_ATOMIC) : (SIG_ATOMIC_MIN …271 if (IS_SIGNED(type)) { \
Completed in 2 milliseconds