Searched defs:is_signed_type (Results 1 – 4 of 4) sorted by relevance
31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
350 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro
753 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro
1443 static bool is_signed_type(const struct btf_type *t) in is_signed_type() function