Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
usr
/
src
/
tools
/
smatch
/
src
/
validation
/
mem2reg
/store-deadborn.c
static
void
foo
(
int
a
)
{
return
;
a
= 0;
}
/*
* check-name: store-deadborn
*/