repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
missing_error_code: introduce new check
[smatch.git]
/
liveness.h
blob
882167cee8465f4fc2e62dbf97560934efa14237
1
#ifndef LIVENESS_H
2
#define LIVENESS_H
3
4
struct
entrypoint
;
5
6
/* liveness.c */
7
void
clear_liveness
(
struct
entrypoint
*
ep
);
8
void
track_pseudo_liveness
(
struct
entrypoint
*
ep
);
9
void
track_pseudo_death
(
struct
entrypoint
*
ep
);
10
11
#endif