Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sge
usr/src/tools/smatch/src/validation/optim/binops-same-args.c
16
int sge(int a) { return a >= a; }
usr/src/tools/smatch/src/validation/optim/canonical-cmp.c
9
sint sge(sint p, sint a) { return (123 <= p) ? a : 0; }
usr/src/tools/smatch/src/validation/tautological-compare.c
8
int sge(int a) { return a >= a; }