Home
last modified time | relevance | path

Searched defs:bnoteq0 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dsetcc-setne.c1 static _Bool bnoteq0(int a) { return !(a == 0); } in bnoteq0() function
H A Dbool-ne0.c2 int bnoteq0(int a) { return !(a == 0); } in bnoteq0() function
H A Dbool-neq0.c2 int bnoteq0(int a) { return !(a == 0); } in bnoteq0() function