Home
last modified time | relevance | path

Searched refs:bits_in_longlong (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.h28 extern int bits_in_longlong;
H A Dtarget.c31 int bits_in_longlong = 64; variable
H A Dsymbol.c768 …{ &llong_ctype, SYM_BASETYPE, MOD_SIGNED | MOD_LL, &bits_in_longlong, &max_int_align…
769 …{ &sllong_ctype, SYM_BASETYPE, MOD_ESIGNED | MOD_LL, &bits_in_longlong, &max_int_alig…
770 …{ &ullong_ctype, SYM_BASETYPE, MOD_UNSIGNED | MOD_LL, &bits_in_longlong, &max_int_alig…
H A Dexpression.c317 bits = bits_in_longlong - 1; in get_number_value()