Searched defs:is_signed_type (Results 1 – 3 of 3) sorted by relevance
32 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
226 #define is_signed_type( global() macro
1905 static bool is_signed_type(const struct btf_type *t) in is_signed_type() function