Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h172 extern int Wpointer_to_int_cast;
H A Dlib.c287 int Wpointer_to_int_cast = 1; variable
661 { "pointer-to-int-cast", &Wpointer_to_int_cast },
H A Dlinearize.c1386 if (Wpointer_to_int_cast) in cast_pseudo()