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
with_gc
Last change
on this file since f2b977a 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.1 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 | T: typedef for signed int
|
---|
| 8 | fred: function
|
---|
| 9 | accepting unspecified arguments
|
---|
[51b73452] | 10 | returning
|
---|
| 11 | signed int
|
---|
| 12 | with body
|
---|
[5f2f2d7] | 13 | CompoundStmt
|
---|
| 14 | Declaration of a1: open array of signed int
|
---|
| 15 | Declaration of a2: variable length array of signed int
|
---|
| 16 | Declaration of a4: array of signed int with dimension of constant expression 3 signed int
|
---|
| 17 | Declaration of T: array of signed int with dimension of constant expression 3 signed int
|
---|
[51b73452] | 18 |
|
---|
[5f2f2d7] | 19 | mary: function
|
---|
[51b73452] | 20 | with parameters
|
---|
[5f2f2d7] | 21 | T: array of signed int with dimension of constant expression 3 signed int
|
---|
| 22 | p1: const array of signed int with dimension of constant expression 3 signed int
|
---|
| 23 | p2: static array of signed int with dimension of constant expression 3 signed int
|
---|
| 24 | p3: const static array of signed int with dimension of constant expression 3 signed int
|
---|
[51b73452] | 25 | returning
|
---|
| 26 | signed int
|
---|
| 27 | with body
|
---|
[5f2f2d7] | 28 | CompoundStmt
|
---|
[51b73452] | 29 |
|
---|
[5f2f2d7] | 30 | tom: function
|
---|
| 31 | accepting unspecified arguments
|
---|
[51b73452] | 32 | returning
|
---|
[5f2f2d7] | 33 | pointer to array of signed int with dimension of constant expression 3 signed int
|
---|
[51b73452] | 34 | with body
|
---|
[5f2f2d7] | 35 | CompoundStmt
|
---|
[51b73452] | 36 |
|
---|
[5f2f2d7] | 37 | jane: function
|
---|
| 38 | accepting unspecified arguments
|
---|
[51b73452] | 39 | returning
|
---|
| 40 | pointer to function
|
---|
| 41 | with parameters
|
---|
[5f2f2d7] | 42 | T: array of signed int with dimension of constant expression 3 signed int
|
---|
| 43 | p1: const array of signed int with dimension of constant expression 3 signed int
|
---|
| 44 | p2: static array of signed int with dimension of constant expression 3 signed int
|
---|
| 45 | p3: const static array of signed int with dimension of constant expression 3 signed int
|
---|
[51b73452] | 46 | returning
|
---|
| 47 | signed int
|
---|
| 48 |
|
---|
| 49 | with body
|
---|
[5f2f2d7] | 50 | CompoundStmt
|
---|
[51b73452] | 51 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.