Home
last modified time | relevance | path

Searched defs:ok1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtypediff-arraysize.c2 extern int ok1[1]; int ok1[]; // OK but size should be 1 variable
H A Ddubious-bitwise-with-not.c1 static unsigned int ok1 = !1 && 2; variable