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
smatch_data/kernel.unreachable.ignore: add BUG(), WARN_ON() and others
[smatch.git]
/
validation
/
inline_self.c
blob
14c2b0b2e0004611c26dc9ed407f666805f64218
1
static
inline
void
foo
(
void
)
2
{
3
foo
();
4
}
5
6
static void
baz
(
void
)
7
{
8
foo
();
9
}
10
11
/*
12
* check-name: inline_self
13
*/