Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h148 extern int Wconstant_suffix;
H A Dlib.c263 int Wconstant_suffix = 0; variable
640 { "constant-suffix", &Wconstant_suffix },
H A Dexpression.c327 if (do_warn && Wconstant_suffix) in get_number_value()