Home
last modified time | relevance | path

Searched refs:bits_in_longlonglong (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.h29 extern int bits_in_longlonglong;
H A Dtarget.c32 int bits_in_longlonglong = 128; variable
H A Dsymbol.c771 …{ &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…