Searched defs:is_signed_type (Results 1 – 4 of 4) sorted by relevance
31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
226 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
342 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro
1776 static bool is_signed_type(const struct btf_type *t) is_signed_type() function