repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PetScan::extract_argument: extract out extract_addr_of_arg
[pet.git]
/
tests
/
write2.c
blob
0a62de95e7af060b0296ac39026b63489586862f
1
void
foo
(
int
n
,
float
A
[
static const
restrict n
][
n
]);
2
3
void
bar
(
int
n
,
float
A
[
static const
restrict n
][
n
])
4
{
5
#pragma scop
6
foo
(
n
, (
A
));
7
#pragma endscop
8
}