Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h176 extern int Wshift_count_negative;
H A Dlib.c291 int Wshift_count_negative = 1; variable
665 { "shift-count-negative", &Wshift_count_negative },
H A Dexpand.c169 if (!Wshift_count_negative) in warn_shift_count()
H A Dsimplify.c767 if (sval < 0 && Wshift_count_negative) in check_shift_count()