ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
string
with_gc
Last change
on this file since f6d7e0f was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs
|
-
Property mode
set to
100644
|
File size:
2.0 KB
|
Rev | Line | |
---|
[5f2f2d7] | 1 | a1: open array of signed int
|
---|
| 2 | a2: variable length array of signed int
|
---|
| 3 | a4: array of double with dimension of constant expression 3.0 double
|
---|
| 4 | m1: open array of array of signed int with dimension of constant expression 3 signed int
|
---|
| 5 | m2: variable length array of variable length array of signed int
|
---|
| 6 | m4: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int
|
---|
| 7 | fred: function
|
---|
| 8 | accepting unspecified arguments
|
---|
[51b73452] | 9 | returning
|
---|
| 10 | signed int
|
---|
| 11 | with body
|
---|
[5f2f2d7] | 12 | CompoundStmt
|
---|
| 13 | Declaration of a1: open array of signed int
|
---|
| 14 | Declaration of a2: variable length array of signed int
|
---|
| 15 | Declaration of a4: array of signed int with dimension of constant expression 3 signed int
|
---|
| 16 | Declaration of T: array of signed int with dimension of constant expression 3 signed int
|
---|
[51b73452] | 17 |
|
---|
[5f2f2d7] | 18 | mary: function
|
---|
[51b73452] | 19 | with parameters
|
---|
[b1d6dd5] | 20 | T: pointer to array of constant expression 3 signed int signed int
|
---|
| 21 | p1: const pointer to array of constant expression 3 signed int signed int
|
---|
| 22 | p2: pointer to static array of constant expression 3 signed int signed int
|
---|
| 23 | p3: const pointer to static array of constant expression 3 signed int signed int
|
---|
[51b73452] | 24 | returning
|
---|
| 25 | signed int
|
---|
| 26 | with body
|
---|
[5f2f2d7] | 27 | CompoundStmt
|
---|
[51b73452] | 28 |
|
---|
[5f2f2d7] | 29 | tom: function
|
---|
| 30 | accepting unspecified arguments
|
---|
[51b73452] | 31 | returning
|
---|
[5f2f2d7] | 32 | pointer to array of signed int with dimension of constant expression 3 signed int
|
---|
[51b73452] | 33 | with body
|
---|
[5f2f2d7] | 34 | CompoundStmt
|
---|
[51b73452] | 35 |
|
---|
[5f2f2d7] | 36 | jane: function
|
---|
| 37 | accepting unspecified arguments
|
---|
[51b73452] | 38 | returning
|
---|
| 39 | pointer to function
|
---|
| 40 | with parameters
|
---|
[b1d6dd5] | 41 | T: pointer to array of constant expression 3 signed int signed int
|
---|
| 42 | p1: const pointer to array of constant expression 3 signed int signed int
|
---|
| 43 | p2: pointer to static array of constant expression 3 signed int signed int
|
---|
| 44 | p3: const pointer to static array of constant expression 3 signed int signed int
|
---|
[51b73452] | 45 | returning
|
---|
| 46 | signed int
|
---|
| 47 |
|
---|
| 48 | with body
|
---|
[5f2f2d7] | 49 | CompoundStmt
|
---|
[51b73452] | 50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.