Home
last modified time | relevance | path

Searched refs:is_unsigned_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Doverflow.h132 is_unsigned_type(typeof(x)) ? \
134 is_unsigned_type(typeof(T)) ? \
Dcompiler.h238 #define is_unsigned_type(type) (!is_signed_type(type)) macro