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 e01bfbc 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:
1.0 KB
|
Line | |
---|
1 | a: signed int
|
---|
2 | b: signed int
|
---|
3 | b: float
|
---|
4 | g: function
|
---|
5 | with parameters
|
---|
6 | signed int
|
---|
7 | returning
|
---|
8 | void
|
---|
9 |
|
---|
10 | f: function
|
---|
11 | with parameters
|
---|
12 | void
|
---|
13 | returning
|
---|
14 | void
|
---|
15 | with body
|
---|
16 | CompoundStmt
|
---|
17 | Expression Statement:
|
---|
18 | Applying untyped:
|
---|
19 | Name: g
|
---|
20 | ...to:
|
---|
21 | Comma Expression:
|
---|
22 | Name: b
|
---|
23 |
|
---|
24 | Name: a
|
---|
25 |
|
---|
26 | Expression Statement:
|
---|
27 | Applying untyped:
|
---|
28 | Name: g
|
---|
29 | ...to:
|
---|
30 | Comma Expression:
|
---|
31 | Comma Expression:
|
---|
32 | Name: b
|
---|
33 |
|
---|
34 | Name: a
|
---|
35 |
|
---|
36 | Name: b
|
---|
37 |
|
---|
38 | Expression Statement:
|
---|
39 | Applying untyped:
|
---|
40 | Name: g
|
---|
41 | ...to:
|
---|
42 | Comma Expression:
|
---|
43 | Comma Expression:
|
---|
44 | Name: a
|
---|
45 |
|
---|
46 | Name: b
|
---|
47 |
|
---|
48 | Name: b
|
---|
49 |
|
---|
50 | Expression Statement:
|
---|
51 | Sizeof Expression on: Name: b
|
---|
52 |
|
---|
53 |
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.