Searched refs:T_SINT (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 872 #define T_SINT(R, S) T_INT(R, S, MOD_ESIGNED) macro 897 { &schar_ctype, T_SINT(-2, char) }, 900 { &sshort_ctype, T_SINT(-1, short) }, 903 { &sint_ctype, T_SINT( 0, int) }, 906 { &slong_ctype, T_SINT( 1, long) }, 909 { &sllong_ctype, T_SINT( 2, longlong) }, 912 { &sint128_ctype, T_SINT( 3, type128) },
|