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
sval: update check_snprintf.c
[smatch.git]
/
validation
/
definitions.c
blob
fce7393eff213babf0a9ca31e0c7d121a3061f0b
1
static
inline
int
f
(
void
);
2
static int
g
(
void
)
3
{
4
return
f
();
5
}
6
static
inline
int
f
(
void
)
7
{
8
return
0
;
9
}
10
/*
11
* check-name: finding definitions
12
*/