Searched defs:is_signed_type (Results 1 – 2 of 2) sorted by relevance
31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
754 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro