Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h161 extern int Wint_to_pointer_cast;
H A Dlib.c273 int Wint_to_pointer_cast = 1; variable
652 { "int-to-pointer-cast", &Wint_to_pointer_cast },
H A Dlinearize.c1378 if (Wint_to_pointer_cast) in cast_pseudo()