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 7a48361a 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
|
Line | |
---|
1 | foo: function
|
---|
2 | with parameters
|
---|
3 | a: signed int
|
---|
4 | b: signed int
|
---|
5 | p: pointer to signed int
|
---|
6 | returning
|
---|
7 | signed int
|
---|
8 | with body
|
---|
9 | CompoundStmt
|
---|
10 | Declaration of c: signed int
|
---|
11 | Expression Statement:
|
---|
12 | Applying untyped:
|
---|
13 | Name: ?=?
|
---|
14 | ...to:
|
---|
15 | Address of:
|
---|
16 | Applying untyped:
|
---|
17 | Name: ?[?]
|
---|
18 | ...to:
|
---|
19 | Name: p
|
---|
20 | constant expression 2 signed int Applying untyped:
|
---|
21 | Name: ?+?
|
---|
22 | ...to:
|
---|
23 | Name: a
|
---|
24 | constant expression 0x1000 signed int
|
---|
25 | Expression Statement:
|
---|
26 | Applying untyped:
|
---|
27 | Name: ?=?
|
---|
28 | ...to:
|
---|
29 | Address of:
|
---|
30 | Name: c
|
---|
31 | Applying untyped:
|
---|
32 | Name: ?+?
|
---|
33 | ...to:
|
---|
34 | Name: b
|
---|
35 | constant expression 0xffff0000 unsigned int
|
---|
36 | If on condition:
|
---|
37 | Cast of:
|
---|
38 | Applying untyped:
|
---|
39 | Name: ?!=?
|
---|
40 | ...to:
|
---|
41 | Applying untyped:
|
---|
42 | Name: ?==?
|
---|
43 | ...to:
|
---|
44 | Applying untyped:
|
---|
45 | Name: ?+?
|
---|
46 | ...to:
|
---|
47 | Name: b
|
---|
48 | constant expression 0xffff0000 unsigned int constant expression 2 signed int Name: 0
|
---|
49 |
|
---|
50 | to:
|
---|
51 | signed int
|
---|
52 | .... and branches:
|
---|
53 | Expression Statement:
|
---|
54 | Applying untyped:
|
---|
55 | Name: ?++
|
---|
56 | ...to:
|
---|
57 | Address of:
|
---|
58 | Name: c
|
---|
59 |
|
---|
60 | Expression Statement:
|
---|
61 | Applying untyped:
|
---|
62 | Name: ?=?
|
---|
63 | ...to:
|
---|
64 | Address of:
|
---|
65 | Applying untyped:
|
---|
66 | Name: ?[?]
|
---|
67 | ...to:
|
---|
68 | Name: p
|
---|
69 | constant expression 2 signed int Name: c
|
---|
70 |
|
---|
71 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.