Searched refs:bits_in_longlonglong (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | target.h | 29 extern int bits_in_longlonglong;
|
H A D | target.c | 32 int bits_in_longlonglong = 128; variable
|
H A D | symbol.c | 771 …{ &lllong_ctype, SYM_BASETYPE, MOD_SIGNED | MOD_LLL, &bits_in_longlonglong, &max_int_alig… 772 …{ &slllong_ctype, SYM_BASETYPE, MOD_ESIGNED | MOD_LLL, &bits_in_longlonglong, &max_int_alig… 773 …{ &ulllong_ctype, SYM_BASETYPE, MOD_UNSIGNED | MOD_LLL, &bits_in_longlonglong, &max_int_alig…
|