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
remove 'Escape' from token character class
[smatch.git]
/
validation
/
attr_aligned.c
blob
dc44e9fdd42d1fa63d13b38ffa22d544f421cfe0
1
void
*
foo
(
void
)
__attribute__
((
__assume_aligned__
(
4096
)));
2
void
*
foo
(
void
)
__attribute__
((
assume_aligned
(
4096
)));
3
/*
4
* check-name: attribute assume_aligned
5
*/
6