Home
last modified time | relevance | path

Searched refs:bnot (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbool-eq0.c3 int bnot(int a) { return !a; } in bnot() function
H A Dsetcc-seteq.c3 static _Bool bnot(int a) { return !a; } in bnot() function