Go to the source code of this file.
Functions | |
| int | f1 (int p1[static 10]) |
| int | f2 (int p1[restrict], int p2[restrict]) |
| int | f3 (int p1[const ]) |
| int | f4 (int p1[volatile]) |
| int | f5 (int p1[const restrict volatile static 10]) |
| void | f10 (int r, int c, int a[c][r]) |
| void | f21 (int n, int p[*][*]) |
| void | f22 (int n, int p[*][n]) |
| void | f23 (int n, int p[n][n]) |
| void | f24 (int n, int p[][*]) |
| int f1 | ( | int | p1[static 10] | ) |
| void f10 | ( | int | r, | |
| int | c, | |||
| int | a[c][r] | |||
| ) |
Definition at line 7 of file c99-array.c.
| int f2 | ( | int | p1[restrict], | |
| int | p2[restrict] | |||
| ) |
| void f21 | ( | int | n, | |
| int | p[*][*] | |||
| ) |
Referenced by CParserTest::testAddNameAndTypeStructUnion().
| void f22 | ( | int | n, | |
| int | p[*][n] | |||
| ) |
Referenced by CParserTest::testAddNameAndTypeStructUnion().
| void f23 | ( | int | n, | |
| int | p[n][n] | |||
| ) |
| void f24 | ( | int | n, | |
| int | p[][*] | |||
| ) |
| int f3 | ( | int | p1[const ] | ) |
| int f4 | ( | int | p1[volatile] | ) |
| int f5 | ( | int | p1[const restrict volatile static 10] | ) |
1.5.6