Searched refs:IS_SIGNED (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/int-types/
H A Dint-types.c104 #define IS_SIGNED(type) ((type)(-1) < (type)(0)) macro
113 #define CHECK_MAX(type, TYPE) static_assert(IS_SIGNED(type) ? CHECK_MAX_SIGNED(type, TYPE) : CHECK_MAX_UNSIGNED(type, TYPE), "");
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 == 0), "");
271 if (IS_SIGNED(type)) { \

Completed in 25 milliseconds