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
sparse, llvm: Kill ifdef'd unssa() call
[smatch.git]
/
validation
/
restrict-array.c
blob
3facebf4fcd61a7fb647bd72c3b2f6963e9d4b29
1
#define __restrict_arr __restrict
2
3
struct
aiocb64
;
4
struct
sigevent
;
5
6
extern
int
lio_listio64
(
int
__mode
,
7
struct
aiocb64
*
__const __list
[
__restrict_arr
],
8
int
__nent
,
struct
sigevent
*
__restrict __sig
);
9
10
/*
11
* check-name: restrict array attribute
12
*/