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
simplify '(x / -1)' to '-x' (but only for signed division)
[smatch.git]
/
validation
/
attr-noclone.c
blob
0a9cf70a1487c60b233a994f2af8d16cf7660326
1
#define noclone __attribute__((__noclone__))
2
3
static void
noclone
bar
(
void
)
4
{
5
}
6
7
/*
8
* check-name: attribute noclone
9
*/