Searched defs:is_signed_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/linux/
H A Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux-master/include/linux/
H A Dcompiler.h290 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h715 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro

Completed in 120 milliseconds