Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h159 extern int Wimplicit_int;
H A Dlib.c271 int Wimplicit_int = 1; variable
650 { "implicit-int", &Wimplicit_int },
H A Dparse.c2897 if (Wimplicit_int) { in apply_k_r_types()