@@ -20,12 +20,21 @@ astGuards
20
20
| test.c:109:9:109:14 | ... == ... |
21
21
| test.c:109:9:109:23 | ... \|\| ... |
22
22
| test.c:109:19:109:23 | ... < ... |
23
+ | test.c:126:7:126:7 | 1 |
24
+ | test.c:126:7:126:28 | ... && ... |
25
+ | test.c:126:12:126:26 | call to test3_condition |
26
+ | test.c:131:7:131:7 | b |
27
+ | test.c:137:7:137:7 | 0 |
23
28
| test.c:146:7:146:8 | ! ... |
29
+ | test.c:152:10:152:10 | x |
30
+ | test.c:152:10:152:15 | ... && ... |
31
+ | test.c:152:15:152:15 | y |
24
32
| test.c:156:9:156:19 | ... == ... |
25
33
| test.c:159:9:159:19 | ... == ... |
26
34
| test.c:162:9:162:18 | ... < ... |
27
35
| test.c:165:9:165:18 | ... < ... |
28
36
| test.c:175:13:175:32 | ... == ... |
37
+ | test.c:181:9:181:9 | x |
29
38
| test.cpp:18:8:18:10 | call to get |
30
39
| test.cpp:31:7:31:13 | ... == ... |
31
40
| test.cpp:42:13:42:20 | call to getABool |
@@ -184,10 +193,29 @@ astGuardsCompare
184
193
| 109 | y < 0+0 when ... < ... is true |
185
194
| 109 | y >= 0+0 when ... < ... is false |
186
195
| 109 | y >= 0+0 when ... \|\| ... is false |
196
+ <<<<<<< HEAD
187
197
| 146 | ! ... != 0 when ! ... is true |
188
198
| 146 | ! ... == 0 when ! ... is false |
199
+ =======
200
+ | 126 | 1 != 0 when 1 is true |
201
+ | 126 | 1 != 0 when ... && ... is true |
202
+ | 126 | 1 == 0 when 1 is false |
203
+ | 126 | call to test3_condition != 0 when ... && ... is true |
204
+ | 126 | call to test3_condition != 0 when call to test3_condition is true |
205
+ | 126 | call to test3_condition == 0 when call to test3_condition is false |
206
+ | 131 | b != 0 when b is true |
207
+ | 131 | b == 0 when b is false |
208
+ | 137 | 0 != 0 when 0 is true |
209
+ | 137 | 0 == 0 when 0 is false |
210
+ >>>>>>> c9b478b6b7 (C++: Make 'getInstructionConvertedResultExpression' equivalent in C and C++.)
189
211
| 146 | x != 0 when ! ... is false |
190
212
| 146 | x == 0 when ! ... is true |
213
+ | 152 | x != 0 when ... && ... is true |
214
+ | 152 | x != 0 when x is true |
215
+ | 152 | x == 0 when x is false |
216
+ | 152 | y != 0 when ... && ... is true |
217
+ | 152 | y != 0 when y is true |
218
+ | 152 | y == 0 when y is false |
191
219
| 156 | ... + ... != x+0 when ... == ... is false |
192
220
| 156 | ... + ... == x+0 when ... == ... is true |
193
221
| 156 | ... == ... != 0 when ... == ... is true |
@@ -236,6 +264,8 @@ astGuardsCompare
236
264
| 175 | call to foo != 0+0 when ... == ... is false |
237
265
| 175 | call to foo == 0 when ... == ... is true |
238
266
| 175 | call to foo == 0+0 when ... == ... is true |
267
+ | 181 | x != 0 when x is true |
268
+ | 181 | x == 0 when x is false |
239
269
astGuardsControl
240
270
| test.c:7:9:7:13 | ... > ... | false | 10 | 11 |
241
271
| test.c:7:9:7:13 | ... > ... | true | 7 | 9 |
@@ -307,13 +337,29 @@ astGuardsControl
307
337
| test.c:109:9:109:14 | ... == ... | false | 113 | 113 |
308
338
| test.c:109:9:109:23 | ... \|\| ... | false | 113 | 113 |
309
339
| test.c:109:19:109:23 | ... < ... | false | 113 | 113 |
340
+ | test.c:126:7:126:7 | 1 | true | 126 | 126 |
341
+ | test.c:126:7:126:7 | 1 | true | 126 | 128 |
342
+ | test.c:126:7:126:7 | 1 | true | 131 | 131 |
343
+ | test.c:126:7:126:7 | 1 | true | 131 | 132 |
344
+ | test.c:126:7:126:7 | 1 | true | 134 | 123 |
345
+ | test.c:126:7:126:28 | ... && ... | true | 126 | 128 |
346
+ | test.c:126:12:126:26 | call to test3_condition | true | 126 | 128 |
347
+ | test.c:131:7:131:7 | b | true | 131 | 132 |
348
+ | test.c:137:7:137:7 | 0 | false | 142 | 136 |
310
349
| test.c:146:7:146:8 | ! ... | true | 146 | 147 |
350
+ | test.c:152:10:152:10 | x | true | 151 | 152 |
351
+ | test.c:152:10:152:10 | x | true | 152 | 152 |
352
+ | test.c:152:10:152:15 | ... && ... | true | 151 | 152 |
353
+ | test.c:152:15:152:15 | y | true | 151 | 152 |
311
354
| test.c:156:9:156:19 | ... == ... | true | 156 | 157 |
312
355
| test.c:159:9:159:19 | ... == ... | true | 159 | 160 |
313
356
| test.c:162:9:162:18 | ... < ... | true | 162 | 163 |
314
357
| test.c:165:9:165:18 | ... < ... | true | 165 | 166 |
315
358
| test.c:175:13:175:32 | ... == ... | false | 175 | 175 |
316
359
| test.c:175:13:175:32 | ... == ... | true | 175 | 175 |
360
+ | test.c:181:9:181:9 | x | false | 183 | 184 |
361
+ | test.c:181:9:181:9 | x | true | 181 | 182 |
362
+ | test.c:181:9:181:9 | x | true | 186 | 180 |
317
363
| test.cpp:18:8:18:10 | call to get | true | 19 | 19 |
318
364
| test.cpp:31:7:31:13 | ... == ... | false | 30 | 30 |
319
365
| test.cpp:31:7:31:13 | ... == ... | false | 34 | 34 |
@@ -611,6 +657,7 @@ astGuardsEnsure_const
611
657
| test.c:109:9:109:14 | ... == ... | test.c:109:9:109:14 | ... == ... | == | 0 | 109 | 109 |
612
658
| test.c:109:9:109:14 | ... == ... | test.c:109:9:109:14 | ... == ... | == | 0 | 113 | 113 |
613
659
| test.c:109:9:109:23 | ... \|\| ... | test.c:109:9:109:9 | x | != | 0 | 113 | 113 |
660
+ <<<<<<< HEAD
614
661
| test.c:109:9:109:23 | ... \|\| ... | test.c:109:9:109:14 | ... == ... | == | 0 | 113 | 113 |
615
662
| test.c:109:9:109:23 | ... \|\| ... | test.c:109:19:109:23 | ... < ... | == | 0 | 113 | 113 |
616
663
| test.c:109:19:109:23 | ... < ... | test.c:109:19:109:23 | ... < ... | == | 0 | 113 | 113 |
@@ -624,6 +671,29 @@ astGuardsEnsure_const
624
671
| test.c:175:13:175:32 | ... == ... | test.c:175:13:175:15 | call to foo | == | 0 | 175 | 175 |
625
672
| test.c:175:13:175:32 | ... == ... | test.c:175:13:175:32 | ... == ... | != | 0 | 175 | 175 |
626
673
| test.c:175:13:175:32 | ... == ... | test.c:175:13:175:32 | ... == ... | == | 0 | 175 | 175 |
674
+ =======
675
+ | test.c:126:7:126:7 | 1 | test.c:126:7:126:7 | 1 | != | 0 | 126 | 126 |
676
+ | test.c:126:7:126:7 | 1 | test.c:126:7:126:7 | 1 | != | 0 | 126 | 128 |
677
+ | test.c:126:7:126:7 | 1 | test.c:126:7:126:7 | 1 | != | 0 | 131 | 131 |
678
+ | test.c:126:7:126:7 | 1 | test.c:126:7:126:7 | 1 | != | 0 | 131 | 132 |
679
+ | test.c:126:7:126:7 | 1 | test.c:126:7:126:7 | 1 | != | 0 | 134 | 123 |
680
+ | test.c:126:7:126:28 | ... && ... | test.c:126:7:126:7 | 1 | != | 0 | 126 | 128 |
681
+ | test.c:126:7:126:28 | ... && ... | test.c:126:12:126:26 | call to test3_condition | != | 0 | 126 | 128 |
682
+ | test.c:126:12:126:26 | call to test3_condition | test.c:126:12:126:26 | call to test3_condition | != | 0 | 126 | 128 |
683
+ | test.c:131:7:131:7 | b | test.c:131:7:131:7 | b | != | 0 | 131 | 132 |
684
+ | test.c:137:7:137:7 | 0 | test.c:137:7:137:7 | 0 | == | 0 | 142 | 136 |
685
+ | test.c:146:7:146:8 | ! ... | test.c:146:8:146:8 | x | == | 0 | 146 | 147 |
686
+ | test.c:152:10:152:10 | x | test.c:152:10:152:10 | x | != | 0 | 151 | 152 |
687
+ | test.c:152:10:152:10 | x | test.c:152:10:152:10 | x | != | 0 | 152 | 152 |
688
+ | test.c:152:10:152:15 | ... && ... | test.c:152:10:152:10 | x | != | 0 | 151 | 152 |
689
+ | test.c:152:10:152:15 | ... && ... | test.c:152:15:152:15 | y | != | 0 | 151 | 152 |
690
+ | test.c:152:15:152:15 | y | test.c:152:15:152:15 | y | != | 0 | 151 | 152 |
691
+ | test.c:175:13:175:32 | ... == ... | test.c:175:13:175:15 | call to foo | != | 0 | 175 | 175 |
692
+ | test.c:175:13:175:32 | ... == ... | test.c:175:13:175:15 | call to foo | == | 0 | 175 | 175 |
693
+ | test.c:181:9:181:9 | x | test.c:181:9:181:9 | x | != | 0 | 181 | 182 |
694
+ | test.c:181:9:181:9 | x | test.c:181:9:181:9 | x | != | 0 | 186 | 180 |
695
+ | test.c:181:9:181:9 | x | test.c:181:9:181:9 | x | == | 0 | 183 | 184 |
696
+ >>>>>>> c9b478b6b7 (C++: Make 'getInstructionConvertedResultExpression' equivalent in C and C++.)
627
697
| test.cpp:18:8:18:10 | call to get | test.cpp:18:8:18:10 | call to get | != | 0 | 19 | 19 |
628
698
| test.cpp:31:7:31:13 | ... == ... | test.cpp:31:7:31:7 | x | != | -1 | 30 | 30 |
629
699
| test.cpp:31:7:31:13 | ... == ... | test.cpp:31:7:31:7 | x | != | -1 | 34 | 34 |
0 commit comments