Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/linux/
Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux-6.1.9/include/linux/
Dcompiler.h238 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro
/linux-6.1.9/tools/testing/selftests/
Dkselftest_harness.h701 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro