source: src/Tests/Expect-v/CharStringConstants.txt@ 55ba7339

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 55ba7339 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: 6.3 KB
Line 
1main: C function
2 accepting unspecified arguments
3 returning
4 signed int
5 with body
6 CompoundStmt
7 Expression Statement:
8constant expression ' ' char
9 Expression Statement:
10constant expression 'a' char
11 Expression Statement:
12constant expression '"' char
13 Expression Statement:
14constant expression '_' char
15 Expression Statement:
16constant expression '\a' char
17 Expression Statement:
18constant expression '\b' char
19 Expression Statement:
20constant expression '\e' char
21 Expression Statement:
22constant expression '\f' char
23 Expression Statement:
24constant expression '\n' char
25 Expression Statement:
26constant expression '\r' char
27 Expression Statement:
28constant expression '\t' char
29 Expression Statement:
30constant expression '\v' char
31 Expression Statement:
32constant expression '\'' char
33 Expression Statement:
34constant expression '\"' char
35 Expression Statement:
36constant expression '\?' char
37 Expression Statement:
38constant expression '\\' char
39 Expression Statement:
40constant expression '\0' char
41 Expression Statement:
42constant expression '\377' char
43 Expression Statement:
44constant expression '\xf' char
45 Expression Statement:
46constant expression '\xff' char
47 Expression Statement:
48constant expression '' char
49 Expression Statement:
50constant expression 'aa' char
51 Expression Statement:
52constant expression 'a\na' char
53 Expression Statement:
54constant expression 'a\0a' char
55 Expression Statement:
56constant expression '\xfff' char
57 Expression Statement:
58constant expression '_\377_' char
59 Expression Statement:
60constant expression '_\xff_' char
61 Expression Statement:
62constant expression '\xffff' char
63 Expression Statement:
64constant expression 'a\xff34w' char
65 Expression Statement:
66constant expression '\xff' char
67 Expression Statement:
68constant expression '\xffff' char
69 Expression Statement:
70constant expression " " array of char with dimension of constant expression 4 unsigned int
71 Expression Statement:
72constant expression "a" array of char with dimension of constant expression 4 unsigned int
73 Expression Statement:
74constant expression "'" array of char with dimension of constant expression 4 unsigned int
75 Expression Statement:
76constant expression '_' char
77 Expression Statement:
78constant expression "\a" array of char with dimension of constant expression 5 unsigned int
79 Expression Statement:
80constant expression "\b" array of char with dimension of constant expression 5 unsigned int
81 Expression Statement:
82constant expression "\e" array of char with dimension of constant expression 5 unsigned int
83 Expression Statement:
84constant expression "\f" array of char with dimension of constant expression 5 unsigned int
85 Expression Statement:
86constant expression "\n" array of char with dimension of constant expression 5 unsigned int
87 Expression Statement:
88constant expression "\r" array of char with dimension of constant expression 5 unsigned int
89 Expression Statement:
90constant expression "\t" array of char with dimension of constant expression 5 unsigned int
91 Expression Statement:
92constant expression "\v" array of char with dimension of constant expression 5 unsigned int
93 Expression Statement:
94constant expression "\'" array of char with dimension of constant expression 5 unsigned int
95 Expression Statement:
96constant expression "\"" array of char with dimension of constant expression 5 unsigned int
97 Expression Statement:
98constant expression "\?" array of char with dimension of constant expression 5 unsigned int
99 Expression Statement:
100constant expression "\\" array of char with dimension of constant expression 5 unsigned int
101 Expression Statement:
102constant expression "\0" array of char with dimension of constant expression 5 unsigned int
103 Expression Statement:
104constant expression "\377" array of char with dimension of constant expression 7 unsigned int
105 Expression Statement:
106constant expression "\xf" array of char with dimension of constant expression 6 unsigned int
107 Expression Statement:
108constant expression "\xff" array of char with dimension of constant expression 7 unsigned int
109 Expression Statement:
110constant expression "" array of char with dimension of constant expression 3 unsigned int
111 Expression Statement:
112constant expression "aa" array of char with dimension of constant expression 5 unsigned int
113 Expression Statement:
114constant expression "a\na" array of char with dimension of constant expression 7 unsigned int
115 Expression Statement:
116constant expression "a\0a" array of char with dimension of constant expression 7 unsigned int
117 Expression Statement:
118constant expression "_\377_" array of char with dimension of constant expression 9 unsigned int
119 Expression Statement:
120constant expression "_\xff_" array of char with dimension of constant expression 9 unsigned int
121 Expression Statement:
122constant expression "\xff" array of char with dimension of constant expression 7 unsigned int
123 Expression Statement:
124constant expression "\xffff" array of char with dimension of constant expression 9 unsigned int
125 Expression Statement:
126constant expression "\xfff" array of char with dimension of constant expression 8 unsigned int
127 Expression Statement:
128constant expression "a\xff34w" array of char with dimension of constant expression 11 unsigned int
129 Expression Statement:
130constant expression "\xffff" array of char with dimension of constant expression 9 unsigned int
131
Note: See TracBrowser for help on using the repository browser.