Searched defs:is_signed_type (Results 1 – 3 of 3) 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
1776 static bool is_signed_type(const struct btf_type *t) in is_signed_type() function