Go to the source code of this file.
Functions | |
| short int | y5 () |
| int (z) | |
| int (a1) | |
| void * | a4 () |
Variables | |
| int | x1 |
| static unsigned int | x2 |
| static unsigned int | y2 |
| int * | x3 |
| int | y3 |
| int * | z3 |
| const char *const | x4 |
| const char *const | y4 |
| short int | x5 [] |
| int * | x6 [] |
| int | y6 [10] |
| int(* | a2 )() |
| void(* | a3 )() |
| int(* | ary [5])() |
| int *(*(*(* | a5 )())[10])() |
| void* a4 | ( | ) |
| int | ( | a1 | ) |
| int | ( | z | ) |
Referenced by ctrump_libspe2_program_boot(), cfront::BasicType::getTargetType(), and main().
| short int y5 | ( | ) |
| int(* a2)() |
| void(* a3)() |
| int*(*(*(* a5)())[10])() |
| int(* ary[5])() |
| int x1 |
Definition at line 1 of file declaration-basic.c.
unsigned int x2 [static] |
Definition at line 2 of file declaration-basic.c.
| int* x3 |
Definition at line 3 of file declaration-basic.c.
| const char* const x4 |
Definition at line 4 of file declaration-basic.c.
| short int x5[] |
Definition at line 5 of file declaration-basic.c.
| int* x6[] |
Definition at line 6 of file declaration-basic.c.
unsigned int y2 [static] |
Definition at line 2 of file declaration-basic.c.
| int y3 |
Definition at line 3 of file declaration-basic.c.
| const char* const y4 |
Definition at line 4 of file declaration-basic.c.
| int y6[10] |
Definition at line 6 of file declaration-basic.c.
| int * z3 |
Definition at line 3 of file declaration-basic.c.
1.5.6