source: src/Tests/ResolvExpr/Expected/Misc.tst@ cd623a4

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 cd623a4 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

licencing: seventh groups of files

  • Property mode set to 100644
File size: 2.1 KB
Line 
1a: a signed int
2b: a signed int
3b: a float
4g: a function
5 with parameters
6 signed int
7 returning
8 nothing
9
10g: a function
11 with parameters
12 unsigned int
13 returning
14 nothing
15
16f: a function
17 returning
18 nothing
19 with body
20
21 Expression Statement:
22 Application of
23 Variable Expression: g: a function
24 with parameters
25 signed int
26 returning
27 nothing
28
29 to arguments
30 Comma Expression:
31 Variable Expression: a: a signed int
32
33 Variable Expression: b: a signed int
34
35 with environment:
36 Types:
37 Non-types:
38
39
40 Expression Statement:
41 Application of
42 Variable Expression: g: a function
43 with parameters
44 signed int
45 returning
46 nothing
47
48 to arguments
49 Comma Expression:
50 Comma Expression:
51 Variable Expression: a: a signed int
52
53 Variable Expression: a: a signed int
54
55 Variable Expression: b: a signed int
56
57 with environment:
58 Types:
59 Non-types:
60
61
62 Expression Statement:
63 Application of
64 Variable Expression: g: a function
65 with parameters
66 unsigned int
67 returning
68 nothing
69
70 to arguments
71 Sizeof Expression on: Variable Expression: a: a signed int
72
73
74 with environment:
75 Types:
76 Non-types:
77
78
79 Expression Statement:
80 Application of
81 Variable Expression: g: a function
82 with parameters
83 unsigned int
84 returning
85 nothing
86
87 to arguments
88 Sizeof Expression on: signed int
89
90 with environment:
91 Types:
92 Non-types:
93
94
Note: See TracBrowser for help on using the repository browser.