Home
last modified time | relevance | path

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

/linux/tools/include/linux/ !
H A Doverflow.h31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux/tools/lib/subcmd/ !
H A Drun-command.c226 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
/linux/include/linux/ !
H A Dcompiler.h350 #define is_signed_type(type) (((type)(-1)) < (__force type)1) macro
/linux/tools/testing/selftests/ !
H A Dkselftest_harness.h754 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro
/linux/tools/testing/selftests/bpf/ !
H A Dveristat.c1776 static bool is_signed_type(const struct btf_type *t) in is_signed_type() function