Searched refs:is_signed_type (Results 1 – 2 of 2) sorted by relevance
292 is_signed_type(type), filter_type); \309 is_signed_type(type), FILTER_OTHER); \320 is_signed_type(type), FILTER_OTHER);
337 #define is_signed_type(type) (((type)(-1)) < (type)1) macro