Searched refs:T__INT (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 871 #define T__INT(R, S) T_INT(R, S, MOD_SIGNED) macro 896 { &char_ctype, T__INT(-2, char) }, 899 { &short_ctype, T__INT(-1, short) }, 902 { &int_ctype, T__INT( 0, int) }, 905 { &long_ctype, T__INT( 1, long) }, 908 { &llong_ctype, T__INT( 2, longlong) }, 911 { &int128_ctype, T__INT( 3, type128) },
|