Searched refs:is_signed_var (Results 1 – 1 of 1) sorted by relevance
754 #define is_signed_var(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro762 switch (is_signed_var(__exp) * 2 + is_signed_var(__seen)) { \