Files
codeql/cpp/ql/test/library-tests/controlflow/guards/GuardsCompare.expected

1311 lines
93 KiB
Plaintext

| test.c:7:9:7:13 | ... > ... | 0 < x+0 when ... > ... is true |
| test.c:7:9:7:13 | ... > ... | 0 >= x+0 when ... > ... is false |
| test.c:7:9:7:13 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.c:7:9:7:13 | ... > ... | ... > ... != 1 when ... > ... is false |
| test.c:7:9:7:13 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.c:7:9:7:13 | ... > ... | ... > ... == 1 when ... > ... is true |
| test.c:7:9:7:13 | ... > ... | x < 0+1 when ... > ... is false |
| test.c:7:9:7:13 | ... > ... | x < 1 when ... > ... is false |
| test.c:7:9:7:13 | ... > ... | x >= 0+1 when ... > ... is true |
| test.c:7:9:7:13 | ... > ... | x >= 1 when ... > ... is true |
| test.c:17:8:17:12 | ... < ... | 0 < x+1 when ... < ... is false |
| test.c:17:8:17:12 | ... < ... | 0 >= x+1 when ... < ... is true |
| test.c:17:8:17:12 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:17:8:17:12 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.c:17:8:17:12 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:17:8:17:12 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.c:17:8:17:12 | ... < ... | x < 0 when ... < ... is true |
| test.c:17:8:17:12 | ... < ... | x < 0+0 when ... < ... is true |
| test.c:17:8:17:12 | ... < ... | x >= 0 when ... < ... is false |
| test.c:17:8:17:12 | ... < ... | x >= 0+0 when ... < ... is false |
| test.c:17:8:17:21 | ... && ... | 0 >= x+1 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | 1 < y+0 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | ... < ... != 0 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | ... < ... == 1 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | ... > ... != 0 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | ... > ... == 1 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | x < 0 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | x < 0+0 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | y >= 1+1 when ... && ... is true |
| test.c:17:8:17:21 | ... && ... | y >= 2 when ... && ... is true |
| test.c:17:17:17:21 | ... > ... | 1 < y+0 when ... > ... is true |
| test.c:17:17:17:21 | ... > ... | 1 >= y+0 when ... > ... is false |
| test.c:17:17:17:21 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.c:17:17:17:21 | ... > ... | ... > ... != 1 when ... > ... is false |
| test.c:17:17:17:21 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.c:17:17:17:21 | ... > ... | ... > ... == 1 when ... > ... is true |
| test.c:17:17:17:21 | ... > ... | y < 1+1 when ... > ... is false |
| test.c:17:17:17:21 | ... > ... | y < 2 when ... > ... is false |
| test.c:17:17:17:21 | ... > ... | y >= 1+1 when ... > ... is true |
| test.c:17:17:17:21 | ... > ... | y >= 2 when ... > ... is true |
| test.c:26:11:26:15 | ... > ... | 0 < x+0 when ... > ... is true |
| test.c:26:11:26:15 | ... > ... | 0 >= x+0 when ... > ... is false |
| test.c:26:11:26:15 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.c:26:11:26:15 | ... > ... | ... > ... != 1 when ... > ... is false |
| test.c:26:11:26:15 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.c:26:11:26:15 | ... > ... | ... > ... == 1 when ... > ... is true |
| test.c:26:11:26:15 | ... > ... | x < 0+1 when ... > ... is false |
| test.c:26:11:26:15 | ... > ... | x < 1 when ... > ... is false |
| test.c:26:11:26:15 | ... > ... | x >= 0+1 when ... > ... is true |
| test.c:26:11:26:15 | ... > ... | x >= 1 when ... > ... is true |
| test.c:34:16:34:21 | ... < ... | 10 < j+1 when ... < ... is false |
| test.c:34:16:34:21 | ... < ... | 10 >= j+1 when ... < ... is true |
| test.c:34:16:34:21 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:34:16:34:21 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.c:34:16:34:21 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:34:16:34:21 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.c:34:16:34:21 | ... < ... | j < 10 when ... < ... is true |
| test.c:34:16:34:21 | ... < ... | j < 10+0 when ... < ... is true |
| test.c:34:16:34:21 | ... < ... | j >= 10 when ... < ... is false |
| test.c:34:16:34:21 | ... < ... | j >= 10+0 when ... < ... is false |
| test.c:42:16:42:21 | ... < ... | 10 < j+1 when ... < ... is false |
| test.c:42:16:42:21 | ... < ... | 10 >= j+1 when ... < ... is true |
| test.c:42:16:42:21 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:42:16:42:21 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.c:42:16:42:21 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:42:16:42:21 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.c:42:16:42:21 | ... < ... | j < 10 when ... < ... is true |
| test.c:42:16:42:21 | ... < ... | j < 10+0 when ... < ... is true |
| test.c:42:16:42:21 | ... < ... | j >= 10 when ... < ... is false |
| test.c:42:16:42:21 | ... < ... | j >= 10+0 when ... < ... is false |
| test.c:44:12:44:16 | ... > ... | 0 < z+0 when ... > ... is true |
| test.c:44:12:44:16 | ... > ... | 0 >= z+0 when ... > ... is false |
| test.c:44:12:44:16 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.c:44:12:44:16 | ... > ... | ... > ... != 1 when ... > ... is false |
| test.c:44:12:44:16 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.c:44:12:44:16 | ... > ... | ... > ... == 1 when ... > ... is true |
| test.c:44:12:44:16 | ... > ... | z < 0+1 when ... > ... is false |
| test.c:44:12:44:16 | ... > ... | z < 1 when ... > ... is false |
| test.c:44:12:44:16 | ... > ... | z >= 0+1 when ... > ... is true |
| test.c:44:12:44:16 | ... > ... | z >= 1 when ... > ... is true |
| test.c:45:16:45:20 | ... > ... | 0 < y+0 when ... > ... is true |
| test.c:45:16:45:20 | ... > ... | 0 >= y+0 when ... > ... is false |
| test.c:45:16:45:20 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.c:45:16:45:20 | ... > ... | ... > ... != 1 when ... > ... is false |
| test.c:45:16:45:20 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.c:45:16:45:20 | ... > ... | ... > ... == 1 when ... > ... is true |
| test.c:45:16:45:20 | ... > ... | y < 0+1 when ... > ... is false |
| test.c:45:16:45:20 | ... > ... | y < 1 when ... > ... is false |
| test.c:45:16:45:20 | ... > ... | y >= 0+1 when ... > ... is true |
| test.c:45:16:45:20 | ... > ... | y >= 1 when ... > ... is true |
| test.c:58:9:58:14 | ... == ... | 0 != x+0 when ... == ... is false |
| test.c:58:9:58:14 | ... == ... | 0 == x+0 when ... == ... is true |
| test.c:58:9:58:14 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.c:58:9:58:14 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.c:58:9:58:14 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.c:58:9:58:14 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.c:58:9:58:14 | ... == ... | x != 0 when ... == ... is false |
| test.c:58:9:58:14 | ... == ... | x != 0+0 when ... == ... is false |
| test.c:58:9:58:14 | ... == ... | x == 0 when ... == ... is true |
| test.c:58:9:58:14 | ... == ... | x == 0+0 when ... == ... is true |
| test.c:58:9:58:23 | ... \|\| ... | 0 != x+0 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | 0 < y+1 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | ... < ... != 1 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | ... < ... == 0 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | ... == ... != 1 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | ... == ... == 0 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | x != 0 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | x != 0+0 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | y >= 0 when ... \|\| ... is false |
| test.c:58:9:58:23 | ... \|\| ... | y >= 0+0 when ... \|\| ... is false |
| test.c:58:19:58:23 | ... < ... | 0 < y+1 when ... < ... is false |
| test.c:58:19:58:23 | ... < ... | 0 >= y+1 when ... < ... is true |
| test.c:58:19:58:23 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:58:19:58:23 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.c:58:19:58:23 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:58:19:58:23 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.c:58:19:58:23 | ... < ... | y < 0 when ... < ... is true |
| test.c:58:19:58:23 | ... < ... | y < 0+0 when ... < ... is true |
| test.c:58:19:58:23 | ... < ... | y >= 0 when ... < ... is false |
| test.c:58:19:58:23 | ... < ... | y >= 0+0 when ... < ... is false |
| test.c:75:9:75:14 | ... == ... | 0 != x+0 when ... == ... is false |
| test.c:75:9:75:14 | ... == ... | 0 == x+0 when ... == ... is true |
| test.c:75:9:75:14 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.c:75:9:75:14 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.c:75:9:75:14 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.c:75:9:75:14 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.c:75:9:75:14 | ... == ... | x != 0 when ... == ... is false |
| test.c:75:9:75:14 | ... == ... | x != 0+0 when ... == ... is false |
| test.c:75:9:75:14 | ... == ... | x == 0 when ... == ... is true |
| test.c:75:9:75:14 | ... == ... | x == 0+0 when ... == ... is true |
| test.c:85:8:85:13 | ... == ... | 0 != x+0 when ... == ... is false |
| test.c:85:8:85:13 | ... == ... | 0 == x+0 when ... == ... is true |
| test.c:85:8:85:13 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.c:85:8:85:13 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.c:85:8:85:13 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.c:85:8:85:13 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.c:85:8:85:13 | ... == ... | x != 0 when ... == ... is false |
| test.c:85:8:85:13 | ... == ... | x != 0+0 when ... == ... is false |
| test.c:85:8:85:13 | ... == ... | x == 0 when ... == ... is true |
| test.c:85:8:85:13 | ... == ... | x == 0+0 when ... == ... is true |
| test.c:85:8:85:23 | ... && ... | 0 != y+0 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | 0 == x+0 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | ... != ... != 0 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | ... != ... == 1 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | ... == ... != 0 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | ... == ... == 1 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | x == 0 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | x == 0+0 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | y != 0 when ... && ... is true |
| test.c:85:8:85:23 | ... && ... | y != 0+0 when ... && ... is true |
| test.c:85:18:85:23 | ... != ... | 0 != y+0 when ... != ... is true |
| test.c:85:18:85:23 | ... != ... | 0 == y+0 when ... != ... is false |
| test.c:85:18:85:23 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.c:85:18:85:23 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.c:85:18:85:23 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.c:85:18:85:23 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.c:85:18:85:23 | ... != ... | y != 0 when ... != ... is true |
| test.c:85:18:85:23 | ... != ... | y != 0+0 when ... != ... is true |
| test.c:85:18:85:23 | ... != ... | y == 0 when ... != ... is false |
| test.c:85:18:85:23 | ... != ... | y == 0+0 when ... != ... is false |
| test.c:94:11:94:16 | ... != ... | 0 != x+0 when ... != ... is true |
| test.c:94:11:94:16 | ... != ... | 0 == x+0 when ... != ... is false |
| test.c:94:11:94:16 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.c:94:11:94:16 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.c:94:11:94:16 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.c:94:11:94:16 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.c:94:11:94:16 | ... != ... | x != 0 when ... != ... is true |
| test.c:94:11:94:16 | ... != ... | x != 0+0 when ... != ... is true |
| test.c:94:11:94:16 | ... != ... | x == 0 when ... != ... is false |
| test.c:94:11:94:16 | ... != ... | x == 0+0 when ... != ... is false |
| test.c:102:16:102:21 | ... < ... | 10 < j+1 when ... < ... is false |
| test.c:102:16:102:21 | ... < ... | 10 >= j+1 when ... < ... is true |
| test.c:102:16:102:21 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:102:16:102:21 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.c:102:16:102:21 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:102:16:102:21 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.c:102:16:102:21 | ... < ... | j < 10 when ... < ... is true |
| test.c:102:16:102:21 | ... < ... | j < 10+0 when ... < ... is true |
| test.c:102:16:102:21 | ... < ... | j >= 10 when ... < ... is false |
| test.c:102:16:102:21 | ... < ... | j >= 10+0 when ... < ... is false |
| test.c:109:9:109:14 | ... == ... | 0 != x+0 when ... == ... is false |
| test.c:109:9:109:14 | ... == ... | 0 == x+0 when ... == ... is true |
| test.c:109:9:109:14 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.c:109:9:109:14 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.c:109:9:109:14 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.c:109:9:109:14 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.c:109:9:109:14 | ... == ... | x != 0 when ... == ... is false |
| test.c:109:9:109:14 | ... == ... | x != 0+0 when ... == ... is false |
| test.c:109:9:109:14 | ... == ... | x == 0 when ... == ... is true |
| test.c:109:9:109:14 | ... == ... | x == 0+0 when ... == ... is true |
| test.c:109:9:109:23 | ... \|\| ... | 0 != x+0 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | 0 < y+1 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | ... < ... != 1 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | ... < ... == 0 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | ... == ... != 1 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | ... == ... == 0 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | x != 0 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | x != 0+0 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | y >= 0 when ... \|\| ... is false |
| test.c:109:9:109:23 | ... \|\| ... | y >= 0+0 when ... \|\| ... is false |
| test.c:109:19:109:23 | ... < ... | 0 < y+1 when ... < ... is false |
| test.c:109:19:109:23 | ... < ... | 0 >= y+1 when ... < ... is true |
| test.c:109:19:109:23 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:109:19:109:23 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.c:109:19:109:23 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:109:19:109:23 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.c:109:19:109:23 | ... < ... | y < 0 when ... < ... is true |
| test.c:109:19:109:23 | ... < ... | y < 0+0 when ... < ... is true |
| test.c:109:19:109:23 | ... < ... | y >= 0 when ... < ... is false |
| test.c:109:19:109:23 | ... < ... | y >= 0+0 when ... < ... is false |
| test.c:126:7:126:7 | 1 | 1 != 0 when 1 is true |
| test.c:126:7:126:7 | 1 | 1 != 1 when 1 is false |
| test.c:126:7:126:7 | 1 | 1 == 0 when 1 is false |
| test.c:126:7:126:7 | 1 | 1 == 1 when 1 is true |
| test.c:126:7:126:28 | ... && ... | 1 != 0 when ... && ... is true |
| test.c:126:7:126:28 | ... && ... | 1 == 1 when ... && ... is true |
| test.c:126:7:126:28 | ... && ... | call to test3_condition != 0 when ... && ... is true |
| test.c:126:7:126:28 | ... && ... | call to test3_condition == 1 when ... && ... is true |
| test.c:126:12:126:26 | call to test3_condition | call to test3_condition != 0 when call to test3_condition is true |
| test.c:126:12:126:26 | call to test3_condition | call to test3_condition != 1 when call to test3_condition is false |
| test.c:126:12:126:26 | call to test3_condition | call to test3_condition == 0 when call to test3_condition is false |
| test.c:126:12:126:26 | call to test3_condition | call to test3_condition == 1 when call to test3_condition is true |
| test.c:131:7:131:7 | b | b != 0 when b is true |
| test.c:131:7:131:7 | b | b != 1 when b is false |
| test.c:131:7:131:7 | b | b == 0 when b is false |
| test.c:131:7:131:7 | b | b == 1 when b is true |
| test.c:137:7:137:7 | 0 | 0 != 0 when 0 is true |
| test.c:137:7:137:7 | 0 | 0 != 1 when 0 is false |
| test.c:137:7:137:7 | 0 | 0 == 0 when 0 is false |
| test.c:137:7:137:7 | 0 | 0 == 1 when 0 is true |
| test.c:146:7:146:8 | ! ... | ! ... != 0 when ! ... is true |
| test.c:146:7:146:8 | ! ... | ! ... != 1 when ! ... is false |
| test.c:146:7:146:8 | ! ... | ! ... == 0 when ! ... is false |
| test.c:146:7:146:8 | ! ... | ! ... == 1 when ! ... is true |
| test.c:146:7:146:8 | ! ... | x != 0 when ! ... is false |
| test.c:146:7:146:8 | ! ... | x == 0 when ! ... is true |
| test.c:146:8:146:8 | x | ! ... != 0 when x is false |
| test.c:146:8:146:8 | x | ! ... != 1 when x is true |
| test.c:146:8:146:8 | x | ! ... == 0 when x is true |
| test.c:146:8:146:8 | x | ! ... == 1 when x is false |
| test.c:146:8:146:8 | x | x != 0 when x is true |
| test.c:146:8:146:8 | x | x == 0 when x is false |
| test.c:152:8:152:8 | p | p != 0 when p is true |
| test.c:152:8:152:8 | p | p != 1 when p is false |
| test.c:152:8:152:8 | p | p == 0 when p is false |
| test.c:152:8:152:8 | p | p == 1 when p is true |
| test.c:158:8:158:9 | ! ... | ! ... != 0 when ! ... is true |
| test.c:158:8:158:9 | ! ... | ! ... != 1 when ! ... is false |
| test.c:158:8:158:9 | ! ... | ! ... == 0 when ! ... is false |
| test.c:158:8:158:9 | ! ... | ! ... == 1 when ! ... is true |
| test.c:158:8:158:9 | ! ... | p != 0 when ! ... is false |
| test.c:158:8:158:9 | ! ... | p == 0 when ! ... is true |
| test.c:158:9:158:9 | p | ! ... != 0 when p is false |
| test.c:158:9:158:9 | p | ! ... != 1 when p is true |
| test.c:158:9:158:9 | p | ! ... == 0 when p is true |
| test.c:158:9:158:9 | p | ! ... == 1 when p is false |
| test.c:158:9:158:9 | p | p != 0 when p is true |
| test.c:158:9:158:9 | p | p == 0 when p is false |
| test.c:164:8:164:8 | s | s != 0 when s is true |
| test.c:164:8:164:8 | s | s != 1 when s is false |
| test.c:164:8:164:8 | s | s == 0 when s is false |
| test.c:164:8:164:8 | s | s == 1 when s is true |
| test.c:170:8:170:9 | ! ... | ! ... != 0 when ! ... is true |
| test.c:170:8:170:9 | ! ... | ! ... != 1 when ! ... is false |
| test.c:170:8:170:9 | ! ... | ! ... == 0 when ! ... is false |
| test.c:170:8:170:9 | ! ... | ! ... == 1 when ! ... is true |
| test.c:170:8:170:9 | ! ... | s != 0 when ! ... is false |
| test.c:170:8:170:9 | ! ... | s == 0 when ! ... is true |
| test.c:170:9:170:9 | s | ! ... != 0 when s is false |
| test.c:170:9:170:9 | s | ! ... != 1 when s is true |
| test.c:170:9:170:9 | s | ! ... == 0 when s is true |
| test.c:170:9:170:9 | s | ! ... == 1 when s is false |
| test.c:170:9:170:9 | s | s != 0 when s is true |
| test.c:170:9:170:9 | s | s == 0 when s is false |
| test.c:176:8:176:15 | ! ... | ! ... != 0 when ! ... is true |
| test.c:176:8:176:15 | ! ... | ! ... != 1 when ! ... is false |
| test.c:176:8:176:15 | ! ... | ! ... == 0 when ! ... is false |
| test.c:176:8:176:15 | ! ... | ! ... == 1 when ! ... is true |
| test.c:176:8:176:15 | ! ... | ... < ... != 0 when ! ... is false |
| test.c:176:8:176:15 | ! ... | ... < ... == 0 when ! ... is true |
| test.c:176:8:176:15 | ! ... | a < b+0 when ! ... is false |
| test.c:176:8:176:15 | ! ... | a >= b+0 when ! ... is true |
| test.c:176:8:176:15 | ! ... | b < a+1 when ! ... is true |
| test.c:176:8:176:15 | ! ... | b >= a+1 when ! ... is false |
| test.c:176:10:176:14 | ... < ... | ! ... != 0 when ... < ... is false |
| test.c:176:10:176:14 | ... < ... | ! ... != 1 when ... < ... is true |
| test.c:176:10:176:14 | ... < ... | ! ... == 0 when ... < ... is true |
| test.c:176:10:176:14 | ... < ... | ! ... == 1 when ... < ... is false |
| test.c:176:10:176:14 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:176:10:176:14 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:176:10:176:14 | ... < ... | a < b+0 when ... < ... is true |
| test.c:176:10:176:14 | ... < ... | a >= b+0 when ... < ... is false |
| test.c:176:10:176:14 | ... < ... | b < a+1 when ... < ... is false |
| test.c:176:10:176:14 | ... < ... | b >= a+1 when ... < ... is true |
| test.c:182:8:182:34 | ! ... | ! ... != 0 when ! ... is true |
| test.c:182:8:182:34 | ! ... | ! ... != 1 when ! ... is false |
| test.c:182:8:182:34 | ! ... | ! ... == 0 when ! ... is false |
| test.c:182:8:182:34 | ! ... | ! ... == 1 when ! ... is true |
| test.c:182:8:182:34 | ! ... | ... && ... != 0 when ! ... is false |
| test.c:182:8:182:34 | ! ... | ... && ... == 0 when ! ... is true |
| test.c:182:10:182:20 | ... >= ... | 9.999999999999999547e-07 < foo+1 when ... >= ... is true |
| test.c:182:10:182:20 | ... >= ... | 9.999999999999999547e-07 >= foo+1 when ... >= ... is false |
| test.c:182:10:182:20 | ... >= ... | ... >= ... != 0 when ... >= ... is true |
| test.c:182:10:182:20 | ... >= ... | ... >= ... != 1 when ... >= ... is false |
| test.c:182:10:182:20 | ... >= ... | ... >= ... == 0 when ... >= ... is false |
| test.c:182:10:182:20 | ... >= ... | ... >= ... == 1 when ... >= ... is true |
| test.c:182:10:182:20 | ... >= ... | foo < 9.999999999999999547e-07+0 when ... >= ... is false |
| test.c:182:10:182:20 | ... >= ... | foo >= 9.999999999999999547e-07+0 when ... >= ... is true |
| test.c:182:10:182:33 | ... && ... | 1.0 >= foo+1 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | 9.999999999999999547e-07 < foo+1 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | ! ... != 0 when ... && ... is false |
| test.c:182:10:182:33 | ... && ... | ! ... != 1 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | ! ... == 0 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | ! ... == 1 when ... && ... is false |
| test.c:182:10:182:33 | ... && ... | ... && ... != 0 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | ... && ... == 0 when ... && ... is false |
| test.c:182:10:182:33 | ... && ... | ... < ... != 0 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | ... < ... == 1 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | ... >= ... != 0 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | ... >= ... == 1 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | foo < 1.0+0 when ... && ... is true |
| test.c:182:10:182:33 | ... && ... | foo >= 9.999999999999999547e-07+0 when ... && ... is true |
| test.c:182:25:182:33 | ... < ... | 1.0 < foo+1 when ... < ... is false |
| test.c:182:25:182:33 | ... < ... | 1.0 >= foo+1 when ... < ... is true |
| test.c:182:25:182:33 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.c:182:25:182:33 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.c:182:25:182:33 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.c:182:25:182:33 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.c:182:25:182:33 | ... < ... | foo < 1.0+0 when ... < ... is true |
| test.c:182:25:182:33 | ... < ... | foo >= 1.0+0 when ... < ... is false |
| test.c:190:7:190:8 | ! ... | ! ... != 0 when ! ... is true |
| test.c:190:7:190:8 | ! ... | ! ... != 1 when ! ... is false |
| test.c:190:7:190:8 | ! ... | ! ... == 0 when ! ... is false |
| test.c:190:7:190:8 | ! ... | ! ... == 1 when ! ... is true |
| test.c:190:7:190:8 | ! ... | a != b+0 when ! ... is false |
| test.c:190:7:190:8 | ! ... | a == b+0 when ! ... is true |
| test.c:190:7:190:8 | ! ... | b != a+0 when ! ... is false |
| test.c:190:7:190:8 | ! ... | b == a+0 when ! ... is true |
| test.c:190:7:190:8 | ! ... | c != 0 when ! ... is false |
| test.c:190:7:190:8 | ! ... | c == 0 when ! ... is true |
| test.c:190:8:190:8 | c | ! ... != 0 when c is false |
| test.c:190:8:190:8 | c | ! ... != 1 when c is true |
| test.c:190:8:190:8 | c | ! ... == 0 when c is true |
| test.c:190:8:190:8 | c | ! ... == 1 when c is false |
| test.c:190:8:190:8 | c | a != b+0 when c is true |
| test.c:190:8:190:8 | c | a == b+0 when c is false |
| test.c:190:8:190:8 | c | b != a+0 when c is true |
| test.c:190:8:190:8 | c | b == a+0 when c is false |
| test.c:190:8:190:8 | c | c != 0 when c is true |
| test.c:190:8:190:8 | c | c == 0 when c is false |
| test.c:198:7:198:8 | ! ... | 10 < a+0 when ! ... is false |
| test.c:198:7:198:8 | ! ... | 10 >= a+0 when ! ... is true |
| test.c:198:7:198:8 | ! ... | ! ... != 0 when ! ... is true |
| test.c:198:7:198:8 | ! ... | ! ... != 1 when ! ... is false |
| test.c:198:7:198:8 | ! ... | ! ... == 0 when ! ... is false |
| test.c:198:7:198:8 | ! ... | ! ... == 1 when ! ... is true |
| test.c:198:7:198:8 | ! ... | a < 10+1 when ! ... is true |
| test.c:198:7:198:8 | ! ... | a < 11 when ! ... is true |
| test.c:198:7:198:8 | ! ... | a >= 10+1 when ! ... is false |
| test.c:198:7:198:8 | ! ... | a >= 11 when ! ... is false |
| test.c:198:7:198:8 | ! ... | b != 0 when ! ... is false |
| test.c:198:7:198:8 | ! ... | b == 0 when ! ... is true |
| test.c:198:8:198:8 | b | 10 < a+0 when b is true |
| test.c:198:8:198:8 | b | 10 >= a+0 when b is false |
| test.c:198:8:198:8 | b | ! ... != 0 when b is false |
| test.c:198:8:198:8 | b | ! ... != 1 when b is true |
| test.c:198:8:198:8 | b | ! ... == 0 when b is true |
| test.c:198:8:198:8 | b | ! ... == 1 when b is false |
| test.c:198:8:198:8 | b | a < 10+1 when b is false |
| test.c:198:8:198:8 | b | a < 11 when b is false |
| test.c:198:8:198:8 | b | a >= 10+1 when b is true |
| test.c:198:8:198:8 | b | a >= 11 when b is true |
| test.c:198:8:198:8 | b | b != 0 when b is true |
| test.c:198:8:198:8 | b | b == 0 when b is false |
| test.c:206:7:206:8 | ! ... | ! ... != 0 when ! ... is true |
| test.c:206:7:206:8 | ! ... | ! ... != 1 when ! ... is false |
| test.c:206:7:206:8 | ! ... | ! ... == 0 when ! ... is false |
| test.c:206:7:206:8 | ! ... | ! ... == 1 when ! ... is true |
| test.c:206:7:206:8 | ! ... | a < b+1 when ! ... is true |
| test.c:206:7:206:8 | ! ... | a >= b+1 when ! ... is false |
| test.c:206:7:206:8 | ! ... | b < a+0 when ! ... is false |
| test.c:206:7:206:8 | ! ... | b >= a+0 when ! ... is true |
| test.c:206:7:206:8 | ! ... | c != 0 when ! ... is false |
| test.c:206:7:206:8 | ! ... | c == 0 when ! ... is true |
| test.c:206:8:206:8 | c | ! ... != 0 when c is false |
| test.c:206:8:206:8 | c | ! ... != 1 when c is true |
| test.c:206:8:206:8 | c | ! ... == 0 when c is true |
| test.c:206:8:206:8 | c | ! ... == 1 when c is false |
| test.c:206:8:206:8 | c | a < b+1 when c is false |
| test.c:206:8:206:8 | c | a >= b+1 when c is true |
| test.c:206:8:206:8 | c | b < a+0 when c is true |
| test.c:206:8:206:8 | c | b >= a+0 when c is false |
| test.c:206:8:206:8 | c | c != 0 when c is true |
| test.c:206:8:206:8 | c | c == 0 when c is false |
| test.c:215:6:215:18 | ! ... | ... > ... != 0 when ! ... is false |
| test.c:215:6:215:18 | ! ... | ... > ... == 0 when ! ... is true |
| test.c:215:6:215:18 | ! ... | a < b+1 when ! ... is true |
| test.c:215:6:215:18 | ! ... | a >= b+1 when ! ... is false |
| test.c:215:6:215:18 | ! ... | b < a+0 when ! ... is false |
| test.c:215:6:215:18 | ! ... | b >= a+0 when ! ... is true |
| test.c:215:6:215:18 | call to __builtin_expect | ... > ... != 0 when call to __builtin_expect is true |
| test.c:215:6:215:18 | call to __builtin_expect | ... > ... == 0 when call to __builtin_expect is false |
| test.c:215:6:215:18 | call to __builtin_expect | a < b+1 when call to __builtin_expect is false |
| test.c:215:6:215:18 | call to __builtin_expect | a >= b+1 when call to __builtin_expect is true |
| test.c:215:6:215:18 | call to __builtin_expect | b < a+0 when call to __builtin_expect is true |
| test.c:215:6:215:18 | call to __builtin_expect | b >= a+0 when call to __builtin_expect is false |
| test.c:215:6:215:18 | call to __builtin_expect | call to __builtin_expect != 0 when call to __builtin_expect is true |
| test.c:215:6:215:18 | call to __builtin_expect | call to __builtin_expect != 1 when call to __builtin_expect is false |
| test.c:215:6:215:18 | call to __builtin_expect | call to __builtin_expect == 0 when call to __builtin_expect is false |
| test.c:215:6:215:18 | call to __builtin_expect | call to __builtin_expect == 1 when call to __builtin_expect is true |
| test.c:215:13:215:17 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.c:215:13:215:17 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.c:215:13:215:17 | ... > ... | a < b+1 when ... > ... is false |
| test.c:215:13:215:17 | ... > ... | a >= b+1 when ... > ... is true |
| test.c:215:13:215:17 | ... > ... | b < a+0 when ... > ... is true |
| test.c:215:13:215:17 | ... > ... | b >= a+0 when ... > ... is false |
| test.c:219:9:219:22 | ! ... | 42 < a+0 when ! ... is false |
| test.c:219:9:219:22 | ! ... | 42 >= a+0 when ! ... is true |
| test.c:219:9:219:22 | ! ... | ... > ... != 0 when ! ... is false |
| test.c:219:9:219:22 | ! ... | ... > ... == 0 when ! ... is true |
| test.c:219:9:219:22 | ! ... | a < 42+1 when ! ... is true |
| test.c:219:9:219:22 | ! ... | a < 43 when ! ... is true |
| test.c:219:9:219:22 | ! ... | a >= 42+1 when ! ... is false |
| test.c:219:9:219:22 | ! ... | a >= 43 when ! ... is false |
| test.c:219:9:219:22 | call to __builtin_expect | 42 < a+0 when call to __builtin_expect is true |
| test.c:219:9:219:22 | call to __builtin_expect | 42 >= a+0 when call to __builtin_expect is false |
| test.c:219:9:219:22 | call to __builtin_expect | ... > ... != 0 when call to __builtin_expect is true |
| test.c:219:9:219:22 | call to __builtin_expect | ... > ... == 0 when call to __builtin_expect is false |
| test.c:219:9:219:22 | call to __builtin_expect | a < 42+1 when call to __builtin_expect is false |
| test.c:219:9:219:22 | call to __builtin_expect | a < 43 when call to __builtin_expect is false |
| test.c:219:9:219:22 | call to __builtin_expect | a >= 42+1 when call to __builtin_expect is true |
| test.c:219:9:219:22 | call to __builtin_expect | a >= 43 when call to __builtin_expect is true |
| test.c:219:9:219:22 | call to __builtin_expect | call to __builtin_expect != 0 when call to __builtin_expect is true |
| test.c:219:9:219:22 | call to __builtin_expect | call to __builtin_expect != 1 when call to __builtin_expect is false |
| test.c:219:9:219:22 | call to __builtin_expect | call to __builtin_expect == 0 when call to __builtin_expect is false |
| test.c:219:9:219:22 | call to __builtin_expect | call to __builtin_expect == 1 when call to __builtin_expect is true |
| test.c:219:16:219:21 | ... > ... | 42 < a+0 when ... > ... is true |
| test.c:219:16:219:21 | ... > ... | 42 >= a+0 when ... > ... is false |
| test.c:219:16:219:21 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.c:219:16:219:21 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.c:219:16:219:21 | ... > ... | a < 42+1 when ... > ... is false |
| test.c:219:16:219:21 | ... > ... | a < 43 when ... > ... is false |
| test.c:219:16:219:21 | ... > ... | a >= 42+1 when ... > ... is true |
| test.c:219:16:219:21 | ... > ... | a >= 43 when ... > ... is true |
| test.cpp:18:8:18:10 | call to get | call to get != 0 when call to get is true |
| test.cpp:18:8:18:10 | call to get | call to get != 1 when call to get is false |
| test.cpp:18:8:18:10 | call to get | call to get == 0 when call to get is false |
| test.cpp:18:8:18:10 | call to get | call to get == 1 when call to get is true |
| test.cpp:31:7:31:13 | ... == ... | - ... != x+0 when ... == ... is false |
| test.cpp:31:7:31:13 | ... == ... | - ... == x+0 when ... == ... is true |
| test.cpp:31:7:31:13 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:31:7:31:13 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:31:7:31:13 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:31:7:31:13 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:31:7:31:13 | ... == ... | x != -1 when ... == ... is false |
| test.cpp:31:7:31:13 | ... == ... | x != - ...+0 when ... == ... is false |
| test.cpp:31:7:31:13 | ... == ... | x == -1 when ... == ... is true |
| test.cpp:31:7:31:13 | ... == ... | x == - ...+0 when ... == ... is true |
| test.cpp:42:13:42:20 | call to getABool | call to getABool != 0 when call to getABool is true |
| test.cpp:42:13:42:20 | call to getABool | call to getABool != 1 when call to getABool is false |
| test.cpp:42:13:42:20 | call to getABool | call to getABool == 0 when call to getABool is false |
| test.cpp:42:13:42:20 | call to getABool | call to getABool == 1 when call to getABool is true |
| test.cpp:60:31:60:31 | i | i != 0 when i is not 0 |
| test.cpp:60:31:60:31 | i | i != 1 when i is not 1 |
| test.cpp:60:31:60:31 | i | i != 2 when i is not 2 |
| test.cpp:60:31:60:31 | i | i == 0 when i is 0 |
| test.cpp:60:31:60:31 | i | i == 1 when i is 1 |
| test.cpp:60:31:60:31 | i | i == 2 when i is 2 |
| test.cpp:61:10:61:10 | i | i != 0 when i is not 0 |
| test.cpp:61:10:61:10 | i | i != 1 when i is not 1 |
| test.cpp:61:10:61:10 | i | i != 2 when i is not 2 |
| test.cpp:61:10:61:10 | i | i == 0 when i is 0 |
| test.cpp:61:10:61:10 | i | i == 1 when i is 1 |
| test.cpp:61:10:61:10 | i | i == 2 when i is 2 |
| test.cpp:63:12:63:12 | i | i != 0 when i is not 0 |
| test.cpp:63:12:63:12 | i | i != 1 when i is not 1 |
| test.cpp:63:12:63:12 | i | i != 2 when i is not 2 |
| test.cpp:63:12:63:12 | i | i == 0 when i is 0 |
| test.cpp:63:12:63:12 | i | i == 1 when i is 1 |
| test.cpp:63:12:63:12 | i | i == 2 when i is 2 |
| test.cpp:66:12:66:12 | i | i != 0 when i is not 0 |
| test.cpp:66:12:66:12 | i | i != 1 when i is not 1 |
| test.cpp:66:12:66:12 | i | i != 2 when i is not 2 |
| test.cpp:66:12:66:12 | i | i == 0 when i is 0 |
| test.cpp:66:12:66:12 | i | i == 1 when i is 1 |
| test.cpp:66:12:66:12 | i | i == 2 when i is 2 |
| test.cpp:69:12:69:12 | i | i != 0 when i is not 0 |
| test.cpp:69:12:69:12 | i | i != 1 when i is not 1 |
| test.cpp:69:12:69:12 | i | i != 2 when i is not 2 |
| test.cpp:69:12:69:12 | i | i == 0 when i is 0 |
| test.cpp:69:12:69:12 | i | i == 1 when i is 1 |
| test.cpp:69:12:69:12 | i | i == 2 when i is 2 |
| test.cpp:73:30:73:30 | i | i < 11 when i is Upper bound 10 |
| test.cpp:73:30:73:30 | i | i < 21 when i is Upper bound 20 |
| test.cpp:73:30:73:30 | i | i >= 0 when i is Lower bound 0 |
| test.cpp:73:30:73:30 | i | i >= 11 when i is Lower bound 11 |
| test.cpp:74:10:74:10 | i | i < 11 when i is Upper bound 10 |
| test.cpp:74:10:74:10 | i | i < 21 when i is Upper bound 20 |
| test.cpp:74:10:74:10 | i | i >= 0 when i is Lower bound 0 |
| test.cpp:74:10:74:10 | i | i >= 11 when i is Lower bound 11 |
| test.cpp:76:12:76:12 | i | i < 11 when i is Upper bound 10 |
| test.cpp:76:12:76:12 | i | i < 21 when i is Upper bound 20 |
| test.cpp:76:12:76:12 | i | i >= 0 when i is Lower bound 0 |
| test.cpp:76:12:76:12 | i | i >= 11 when i is Lower bound 11 |
| test.cpp:79:12:79:12 | i | i < 11 when i is Upper bound 10 |
| test.cpp:79:12:79:12 | i | i < 21 when i is Upper bound 20 |
| test.cpp:79:12:79:12 | i | i >= 0 when i is Lower bound 0 |
| test.cpp:79:12:79:12 | i | i >= 11 when i is Lower bound 11 |
| test.cpp:93:6:93:6 | c | c != 0 when c is true |
| test.cpp:93:6:93:6 | c | c != 1 when c is false |
| test.cpp:93:6:93:6 | c | c == 0 when c is false |
| test.cpp:93:6:93:6 | c | c == 1 when c is true |
| test.cpp:99:6:99:6 | f | f != 0 when f is true |
| test.cpp:99:6:99:6 | f | f != 1 when f is false |
| test.cpp:99:6:99:6 | f | f == 0 when f is false |
| test.cpp:99:6:99:6 | f | f == 1 when f is true |
| test.cpp:105:6:105:14 | ... != ... | 0.0 != f+0 when ... != ... is true |
| test.cpp:105:6:105:14 | ... != ... | 0.0 == f+0 when ... != ... is false |
| test.cpp:105:6:105:14 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:105:6:105:14 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:105:6:105:14 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:105:6:105:14 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:105:6:105:14 | ... != ... | f != 0.0+0 when ... != ... is true |
| test.cpp:105:6:105:14 | ... != ... | f == 0.0+0 when ... != ... is false |
| test.cpp:111:6:111:14 | ... != ... | 0.0 != i+0 when ... != ... is true |
| test.cpp:111:6:111:14 | ... != ... | 0.0 == i+0 when ... != ... is false |
| test.cpp:111:6:111:14 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:111:6:111:14 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:111:6:111:14 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:111:6:111:14 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:111:6:111:14 | ... != ... | i != 0.0+0 when ... != ... is true |
| test.cpp:111:6:111:14 | ... != ... | i == 0.0+0 when ... != ... is false |
| test.cpp:119:16:119:16 | b | b != 0 when b is true |
| test.cpp:119:16:119:16 | b | b != 1 when b is false |
| test.cpp:119:16:119:16 | b | b == 0 when b is false |
| test.cpp:119:16:119:16 | b | b == 1 when b is true |
| test.cpp:122:9:122:9 | b | b != 0 when b is true |
| test.cpp:122:9:122:9 | b | b != 1 when b is false |
| test.cpp:122:9:122:9 | b | b == 0 when b is false |
| test.cpp:122:9:122:9 | b | b == 1 when b is true |
| test.cpp:125:13:125:20 | ! ... | ! ... != 0 when ! ... is true |
| test.cpp:125:13:125:20 | ! ... | ! ... != 1 when ! ... is false |
| test.cpp:125:13:125:20 | ! ... | ! ... == 0 when ! ... is false |
| test.cpp:125:13:125:20 | ! ... | ! ... == 1 when ! ... is true |
| test.cpp:125:13:125:20 | ! ... | call to safe != 0 when ! ... is false |
| test.cpp:125:13:125:20 | ! ... | call to safe != 1 when ! ... is true |
| test.cpp:125:13:125:20 | ! ... | call to safe == 0 when ! ... is true |
| test.cpp:125:13:125:20 | ! ... | call to safe == 1 when ! ... is false |
| test.cpp:125:14:125:17 | call to safe | ! ... != 0 when call to safe is false |
| test.cpp:125:14:125:17 | call to safe | ! ... != 1 when call to safe is true |
| test.cpp:125:14:125:17 | call to safe | ! ... == 0 when call to safe is true |
| test.cpp:125:14:125:17 | call to safe | ! ... == 1 when call to safe is false |
| test.cpp:125:14:125:17 | call to safe | call to safe != 0 when call to safe is true |
| test.cpp:125:14:125:17 | call to safe | call to safe != 1 when call to safe is false |
| test.cpp:125:14:125:17 | call to safe | call to safe == 0 when call to safe is false |
| test.cpp:125:14:125:17 | call to safe | call to safe == 1 when call to safe is true |
| test.cpp:131:6:131:21 | call to __builtin_expect | ... + ... != a+0 when call to __builtin_expect is false |
| test.cpp:131:6:131:21 | call to __builtin_expect | ... + ... == a+0 when call to __builtin_expect is true |
| test.cpp:131:6:131:21 | call to __builtin_expect | a != ... + ...+0 when call to __builtin_expect is false |
| test.cpp:131:6:131:21 | call to __builtin_expect | a != b+42 when call to __builtin_expect is false |
| test.cpp:131:6:131:21 | call to __builtin_expect | a == ... + ...+0 when call to __builtin_expect is true |
| test.cpp:131:6:131:21 | call to __builtin_expect | a == b+42 when call to __builtin_expect is true |
| test.cpp:131:6:131:21 | call to __builtin_expect | b != a+-42 when call to __builtin_expect is false |
| test.cpp:131:6:131:21 | call to __builtin_expect | b == a+-42 when call to __builtin_expect is true |
| test.cpp:131:6:131:21 | call to __builtin_expect | call to __builtin_expect != 0 when call to __builtin_expect is true |
| test.cpp:131:6:131:21 | call to __builtin_expect | call to __builtin_expect != 1 when call to __builtin_expect is false |
| test.cpp:131:6:131:21 | call to __builtin_expect | call to __builtin_expect == 0 when call to __builtin_expect is false |
| test.cpp:131:6:131:21 | call to __builtin_expect | call to __builtin_expect == 1 when call to __builtin_expect is true |
| test.cpp:131:23:131:33 | ... == ... | ... + ... != a+0 when ... == ... is false |
| test.cpp:131:23:131:33 | ... == ... | ... + ... == a+0 when ... == ... is true |
| test.cpp:131:23:131:33 | ... == ... | a != ... + ...+0 when ... == ... is false |
| test.cpp:131:23:131:33 | ... == ... | a != b+42 when ... == ... is false |
| test.cpp:131:23:131:33 | ... == ... | a == ... + ...+0 when ... == ... is true |
| test.cpp:131:23:131:33 | ... == ... | a == b+42 when ... == ... is true |
| test.cpp:131:23:131:33 | ... == ... | b != a+-42 when ... == ... is false |
| test.cpp:131:23:131:33 | ... == ... | b == a+-42 when ... == ... is true |
| test.cpp:135:6:135:21 | call to __builtin_expect | ... + ... != a+0 when call to __builtin_expect is true |
| test.cpp:135:6:135:21 | call to __builtin_expect | ... + ... == a+0 when call to __builtin_expect is false |
| test.cpp:135:6:135:21 | call to __builtin_expect | a != ... + ...+0 when call to __builtin_expect is true |
| test.cpp:135:6:135:21 | call to __builtin_expect | a != b+42 when call to __builtin_expect is true |
| test.cpp:135:6:135:21 | call to __builtin_expect | a == ... + ...+0 when call to __builtin_expect is false |
| test.cpp:135:6:135:21 | call to __builtin_expect | a == b+42 when call to __builtin_expect is false |
| test.cpp:135:6:135:21 | call to __builtin_expect | b != a+-42 when call to __builtin_expect is true |
| test.cpp:135:6:135:21 | call to __builtin_expect | b == a+-42 when call to __builtin_expect is false |
| test.cpp:135:6:135:21 | call to __builtin_expect | call to __builtin_expect != 0 when call to __builtin_expect is true |
| test.cpp:135:6:135:21 | call to __builtin_expect | call to __builtin_expect != 1 when call to __builtin_expect is false |
| test.cpp:135:6:135:21 | call to __builtin_expect | call to __builtin_expect == 0 when call to __builtin_expect is false |
| test.cpp:135:6:135:21 | call to __builtin_expect | call to __builtin_expect == 1 when call to __builtin_expect is true |
| test.cpp:135:23:135:33 | ... != ... | ... + ... != a+0 when ... != ... is true |
| test.cpp:135:23:135:33 | ... != ... | ... + ... == a+0 when ... != ... is false |
| test.cpp:135:23:135:33 | ... != ... | a != ... + ...+0 when ... != ... is true |
| test.cpp:135:23:135:33 | ... != ... | a != b+42 when ... != ... is true |
| test.cpp:135:23:135:33 | ... != ... | a == ... + ...+0 when ... != ... is false |
| test.cpp:135:23:135:33 | ... != ... | a == b+42 when ... != ... is false |
| test.cpp:135:23:135:33 | ... != ... | b != a+-42 when ... != ... is true |
| test.cpp:135:23:135:33 | ... != ... | b == a+-42 when ... != ... is false |
| test.cpp:141:6:141:21 | call to __builtin_expect | 42 != a+0 when call to __builtin_expect is false |
| test.cpp:141:6:141:21 | call to __builtin_expect | 42 == a+0 when call to __builtin_expect is true |
| test.cpp:141:6:141:21 | call to __builtin_expect | a != 42 when call to __builtin_expect is false |
| test.cpp:141:6:141:21 | call to __builtin_expect | a != 42+0 when call to __builtin_expect is false |
| test.cpp:141:6:141:21 | call to __builtin_expect | a == 42 when call to __builtin_expect is true |
| test.cpp:141:6:141:21 | call to __builtin_expect | a == 42+0 when call to __builtin_expect is true |
| test.cpp:141:6:141:21 | call to __builtin_expect | call to __builtin_expect != 0 when call to __builtin_expect is true |
| test.cpp:141:6:141:21 | call to __builtin_expect | call to __builtin_expect != 1 when call to __builtin_expect is false |
| test.cpp:141:6:141:21 | call to __builtin_expect | call to __builtin_expect == 0 when call to __builtin_expect is false |
| test.cpp:141:6:141:21 | call to __builtin_expect | call to __builtin_expect == 1 when call to __builtin_expect is true |
| test.cpp:141:23:141:29 | ... == ... | 42 != a+0 when ... == ... is false |
| test.cpp:141:23:141:29 | ... == ... | 42 == a+0 when ... == ... is true |
| test.cpp:141:23:141:29 | ... == ... | a != 42 when ... == ... is false |
| test.cpp:141:23:141:29 | ... == ... | a != 42+0 when ... == ... is false |
| test.cpp:141:23:141:29 | ... == ... | a == 42 when ... == ... is true |
| test.cpp:141:23:141:29 | ... == ... | a == 42+0 when ... == ... is true |
| test.cpp:145:6:145:21 | call to __builtin_expect | 42 != a+0 when call to __builtin_expect is true |
| test.cpp:145:6:145:21 | call to __builtin_expect | 42 == a+0 when call to __builtin_expect is false |
| test.cpp:145:6:145:21 | call to __builtin_expect | a != 42 when call to __builtin_expect is true |
| test.cpp:145:6:145:21 | call to __builtin_expect | a != 42+0 when call to __builtin_expect is true |
| test.cpp:145:6:145:21 | call to __builtin_expect | a == 42 when call to __builtin_expect is false |
| test.cpp:145:6:145:21 | call to __builtin_expect | a == 42+0 when call to __builtin_expect is false |
| test.cpp:145:6:145:21 | call to __builtin_expect | call to __builtin_expect != 0 when call to __builtin_expect is true |
| test.cpp:145:6:145:21 | call to __builtin_expect | call to __builtin_expect != 1 when call to __builtin_expect is false |
| test.cpp:145:6:145:21 | call to __builtin_expect | call to __builtin_expect == 0 when call to __builtin_expect is false |
| test.cpp:145:6:145:21 | call to __builtin_expect | call to __builtin_expect == 1 when call to __builtin_expect is true |
| test.cpp:145:23:145:29 | ... != ... | 42 != a+0 when ... != ... is true |
| test.cpp:145:23:145:29 | ... != ... | 42 == a+0 when ... != ... is false |
| test.cpp:145:23:145:29 | ... != ... | a != 42 when ... != ... is true |
| test.cpp:145:23:145:29 | ... != ... | a != 42+0 when ... != ... is true |
| test.cpp:145:23:145:29 | ... != ... | a == 42 when ... != ... is false |
| test.cpp:145:23:145:29 | ... != ... | a == 42+0 when ... != ... is false |
| test.cpp:151:8:151:13 | ... < ... | 10 < a+1 when ... < ... is false |
| test.cpp:151:8:151:13 | ... < ... | 10 >= a+1 when ... < ... is true |
| test.cpp:151:8:151:13 | ... < ... | ... < ... != 0 when ... < ... is true |
| test.cpp:151:8:151:13 | ... < ... | ... < ... != 1 when ... < ... is false |
| test.cpp:151:8:151:13 | ... < ... | ... < ... == 0 when ... < ... is false |
| test.cpp:151:8:151:13 | ... < ... | ... < ... == 1 when ... < ... is true |
| test.cpp:151:8:151:13 | ... < ... | a < 10 when ... < ... is true |
| test.cpp:151:8:151:13 | ... < ... | a < 10+0 when ... < ... is true |
| test.cpp:151:8:151:13 | ... < ... | a >= 10 when ... < ... is false |
| test.cpp:151:8:151:13 | ... < ... | a >= 10+0 when ... < ... is false |
| test.cpp:151:8:151:13 | ... < ... | b != 0 when ... < ... is true |
| test.cpp:151:8:151:13 | ... < ... | b != 1 when ... < ... is false |
| test.cpp:151:8:151:13 | ... < ... | b == 0 when ... < ... is false |
| test.cpp:151:8:151:13 | ... < ... | b == 1 when ... < ... is true |
| test.cpp:152:7:152:8 | ! ... | 10 < a+1 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | 10 >= a+1 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | ! ... != 0 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | ! ... != 1 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | ! ... == 0 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | ! ... == 1 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | ... < ... != 0 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | ... < ... != 1 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | ... < ... == 0 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | ... < ... == 1 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | a < 10 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | a < 10+0 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | a >= 10 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | a >= 10+0 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | b != 0 when ! ... is false |
| test.cpp:152:7:152:8 | ! ... | b != 1 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | b == 0 when ! ... is true |
| test.cpp:152:7:152:8 | ! ... | b == 1 when ! ... is false |
| test.cpp:152:8:152:8 | b | 10 < a+1 when b is false |
| test.cpp:152:8:152:8 | b | 10 >= a+1 when b is true |
| test.cpp:152:8:152:8 | b | ! ... != 0 when b is false |
| test.cpp:152:8:152:8 | b | ! ... != 1 when b is true |
| test.cpp:152:8:152:8 | b | ! ... == 0 when b is true |
| test.cpp:152:8:152:8 | b | ! ... == 1 when b is false |
| test.cpp:152:8:152:8 | b | ... < ... != 0 when b is true |
| test.cpp:152:8:152:8 | b | ... < ... != 1 when b is false |
| test.cpp:152:8:152:8 | b | ... < ... == 0 when b is false |
| test.cpp:152:8:152:8 | b | ... < ... == 1 when b is true |
| test.cpp:152:8:152:8 | b | a < 10 when b is true |
| test.cpp:152:8:152:8 | b | a < 10+0 when b is true |
| test.cpp:152:8:152:8 | b | a >= 10 when b is false |
| test.cpp:152:8:152:8 | b | a >= 10+0 when b is false |
| test.cpp:152:8:152:8 | b | b != 0 when b is true |
| test.cpp:152:8:152:8 | b | b != 1 when b is false |
| test.cpp:152:8:152:8 | b | b == 0 when b is false |
| test.cpp:152:8:152:8 | b | b == 1 when b is true |
| test.cpp:158:12:158:17 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:158:12:158:17 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:158:12:158:17 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:158:12:158:17 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:158:12:158:17 | ... != ... | a != b+0 when ... != ... is true |
| test.cpp:158:12:158:17 | ... != ... | a == b+0 when ... != ... is false |
| test.cpp:158:12:158:17 | ... != ... | b != a+0 when ... != ... is true |
| test.cpp:158:12:158:17 | ... != ... | b == a+0 when ... != ... is false |
| test.cpp:158:12:158:17 | ... != ... | c != 0 when ... != ... is true |
| test.cpp:158:12:158:17 | ... != ... | c != 1 when ... != ... is false |
| test.cpp:158:12:158:17 | ... != ... | c == 0 when ... != ... is false |
| test.cpp:158:12:158:17 | ... != ... | c == 1 when ... != ... is true |
| test.cpp:160:7:160:8 | ! ... | ! ... != 0 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | ! ... != 1 when ! ... is false |
| test.cpp:160:7:160:8 | ! ... | ! ... == 0 when ! ... is false |
| test.cpp:160:7:160:8 | ! ... | ! ... == 1 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | ... != ... != 0 when ! ... is false |
| test.cpp:160:7:160:8 | ! ... | ... != ... != 1 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | ... != ... == 0 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | ... != ... == 1 when ! ... is false |
| test.cpp:160:7:160:8 | ! ... | a != b+0 when ! ... is false |
| test.cpp:160:7:160:8 | ! ... | a == b+0 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | b != a+0 when ! ... is false |
| test.cpp:160:7:160:8 | ! ... | b == a+0 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | c != 0 when ! ... is false |
| test.cpp:160:7:160:8 | ! ... | c != 1 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | c == 0 when ! ... is true |
| test.cpp:160:7:160:8 | ! ... | c == 1 when ! ... is false |
| test.cpp:160:8:160:8 | c | ! ... != 0 when c is false |
| test.cpp:160:8:160:8 | c | ! ... != 1 when c is true |
| test.cpp:160:8:160:8 | c | ! ... == 0 when c is true |
| test.cpp:160:8:160:8 | c | ! ... == 1 when c is false |
| test.cpp:160:8:160:8 | c | ... != ... != 0 when c is true |
| test.cpp:160:8:160:8 | c | ... != ... != 1 when c is false |
| test.cpp:160:8:160:8 | c | ... != ... == 0 when c is false |
| test.cpp:160:8:160:8 | c | ... != ... == 1 when c is true |
| test.cpp:160:8:160:8 | c | a != b+0 when c is true |
| test.cpp:160:8:160:8 | c | a == b+0 when c is false |
| test.cpp:160:8:160:8 | c | b != a+0 when c is true |
| test.cpp:160:8:160:8 | c | b == a+0 when c is false |
| test.cpp:160:8:160:8 | c | c != 0 when c is true |
| test.cpp:160:8:160:8 | c | c != 1 when c is false |
| test.cpp:160:8:160:8 | c | c == 0 when c is false |
| test.cpp:160:8:160:8 | c | c == 1 when c is true |
| test.cpp:166:12:166:17 | ... > ... | 10 < a+0 when ... > ... is true |
| test.cpp:166:12:166:17 | ... > ... | 10 >= a+0 when ... > ... is false |
| test.cpp:166:12:166:17 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.cpp:166:12:166:17 | ... > ... | ... > ... != 1 when ... > ... is false |
| test.cpp:166:12:166:17 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.cpp:166:12:166:17 | ... > ... | ... > ... == 1 when ... > ... is true |
| test.cpp:166:12:166:17 | ... > ... | a < 10+1 when ... > ... is false |
| test.cpp:166:12:166:17 | ... > ... | a < 11 when ... > ... is false |
| test.cpp:166:12:166:17 | ... > ... | a >= 10+1 when ... > ... is true |
| test.cpp:166:12:166:17 | ... > ... | a >= 11 when ... > ... is true |
| test.cpp:166:12:166:17 | ... > ... | b != 0 when ... > ... is true |
| test.cpp:166:12:166:17 | ... > ... | b != 1 when ... > ... is false |
| test.cpp:166:12:166:17 | ... > ... | b == 0 when ... > ... is false |
| test.cpp:166:12:166:17 | ... > ... | b == 1 when ... > ... is true |
| test.cpp:168:7:168:8 | ! ... | 10 < a+0 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | 10 >= a+0 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | ! ... != 0 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | ! ... != 1 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | ! ... == 0 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | ! ... == 1 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | ... > ... != 0 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | ... > ... != 1 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | ... > ... == 0 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | ... > ... == 1 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | a < 10+1 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | a < 11 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | a >= 10+1 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | a >= 11 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | b != 0 when ! ... is false |
| test.cpp:168:7:168:8 | ! ... | b != 1 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | b == 0 when ! ... is true |
| test.cpp:168:7:168:8 | ! ... | b == 1 when ! ... is false |
| test.cpp:168:8:168:8 | b | 10 < a+0 when b is true |
| test.cpp:168:8:168:8 | b | 10 >= a+0 when b is false |
| test.cpp:168:8:168:8 | b | ! ... != 0 when b is false |
| test.cpp:168:8:168:8 | b | ! ... != 1 when b is true |
| test.cpp:168:8:168:8 | b | ! ... == 0 when b is true |
| test.cpp:168:8:168:8 | b | ! ... == 1 when b is false |
| test.cpp:168:8:168:8 | b | ... > ... != 0 when b is true |
| test.cpp:168:8:168:8 | b | ... > ... != 1 when b is false |
| test.cpp:168:8:168:8 | b | ... > ... == 0 when b is false |
| test.cpp:168:8:168:8 | b | ... > ... == 1 when b is true |
| test.cpp:168:8:168:8 | b | a < 10+1 when b is false |
| test.cpp:168:8:168:8 | b | a < 11 when b is false |
| test.cpp:168:8:168:8 | b | a >= 10+1 when b is true |
| test.cpp:168:8:168:8 | b | a >= 11 when b is true |
| test.cpp:168:8:168:8 | b | b != 0 when b is true |
| test.cpp:168:8:168:8 | b | b != 1 when b is false |
| test.cpp:168:8:168:8 | b | b == 0 when b is false |
| test.cpp:168:8:168:8 | b | b == 1 when b is true |
| test.cpp:174:12:174:16 | ... > ... | ... > ... != 0 when ... > ... is true |
| test.cpp:174:12:174:16 | ... > ... | ... > ... != 1 when ... > ... is false |
| test.cpp:174:12:174:16 | ... > ... | ... > ... == 0 when ... > ... is false |
| test.cpp:174:12:174:16 | ... > ... | ... > ... == 1 when ... > ... is true |
| test.cpp:174:12:174:16 | ... > ... | a < b+1 when ... > ... is false |
| test.cpp:174:12:174:16 | ... > ... | a >= b+1 when ... > ... is true |
| test.cpp:174:12:174:16 | ... > ... | b < a+0 when ... > ... is true |
| test.cpp:174:12:174:16 | ... > ... | b >= a+0 when ... > ... is false |
| test.cpp:174:12:174:16 | ... > ... | c != 0 when ... > ... is true |
| test.cpp:174:12:174:16 | ... > ... | c != 1 when ... > ... is false |
| test.cpp:174:12:174:16 | ... > ... | c == 0 when ... > ... is false |
| test.cpp:174:12:174:16 | ... > ... | c == 1 when ... > ... is true |
| test.cpp:176:7:176:8 | ! ... | ! ... != 0 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | ! ... != 1 when ! ... is false |
| test.cpp:176:7:176:8 | ! ... | ! ... == 0 when ! ... is false |
| test.cpp:176:7:176:8 | ! ... | ! ... == 1 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | ... > ... != 0 when ! ... is false |
| test.cpp:176:7:176:8 | ! ... | ... > ... != 1 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | ... > ... == 0 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | ... > ... == 1 when ! ... is false |
| test.cpp:176:7:176:8 | ! ... | a < b+1 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | a >= b+1 when ! ... is false |
| test.cpp:176:7:176:8 | ! ... | b < a+0 when ! ... is false |
| test.cpp:176:7:176:8 | ! ... | b >= a+0 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | c != 0 when ! ... is false |
| test.cpp:176:7:176:8 | ! ... | c != 1 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | c == 0 when ! ... is true |
| test.cpp:176:7:176:8 | ! ... | c == 1 when ! ... is false |
| test.cpp:176:8:176:8 | c | ! ... != 0 when c is false |
| test.cpp:176:8:176:8 | c | ! ... != 1 when c is true |
| test.cpp:176:8:176:8 | c | ! ... == 0 when c is true |
| test.cpp:176:8:176:8 | c | ! ... == 1 when c is false |
| test.cpp:176:8:176:8 | c | ... > ... != 0 when c is true |
| test.cpp:176:8:176:8 | c | ... > ... != 1 when c is false |
| test.cpp:176:8:176:8 | c | ... > ... == 0 when c is false |
| test.cpp:176:8:176:8 | c | ... > ... == 1 when c is true |
| test.cpp:176:8:176:8 | c | a < b+1 when c is false |
| test.cpp:176:8:176:8 | c | a >= b+1 when c is true |
| test.cpp:176:8:176:8 | c | b < a+0 when c is true |
| test.cpp:176:8:176:8 | c | b >= a+0 when c is false |
| test.cpp:176:8:176:8 | c | c != 0 when c is true |
| test.cpp:176:8:176:8 | c | c != 1 when c is false |
| test.cpp:176:8:176:8 | c | c == 0 when c is false |
| test.cpp:176:8:176:8 | c | c == 1 when c is true |
| test.cpp:181:28:181:29 | b1 | b1 != 0 when b1 is true |
| test.cpp:181:28:181:29 | b1 | b1 != 1 when b1 is false |
| test.cpp:181:28:181:29 | b1 | b1 == 0 when b1 is false |
| test.cpp:181:28:181:29 | b1 | b1 == 1 when b1 is true |
| test.cpp:181:37:181:38 | b2 | b2 != 0 when b2 is true |
| test.cpp:181:37:181:38 | b2 | b2 != 1 when b2 is false |
| test.cpp:181:37:181:38 | b2 | b2 == 0 when b2 is false |
| test.cpp:181:37:181:38 | b2 | b2 == 1 when b2 is true |
| test.cpp:182:6:182:16 | ! ... | ! ... != 0 when ! ... is true |
| test.cpp:182:6:182:16 | ! ... | ! ... != 1 when ! ... is false |
| test.cpp:182:6:182:16 | ! ... | ! ... == 0 when ! ... is false |
| test.cpp:182:6:182:16 | ! ... | ! ... == 1 when ! ... is true |
| test.cpp:182:6:182:16 | ! ... | ... && ... != 0 when ! ... is false |
| test.cpp:182:6:182:16 | ! ... | ... && ... != 1 when ! ... is true |
| test.cpp:182:6:182:16 | ! ... | ... && ... == 0 when ! ... is true |
| test.cpp:182:6:182:16 | ! ... | ... && ... == 1 when ! ... is false |
| test.cpp:182:6:182:16 | ! ... | b1 != 0 when ! ... is false |
| test.cpp:182:6:182:16 | ! ... | b1 == 1 when ! ... is false |
| test.cpp:182:6:182:16 | ! ... | b2 != 0 when ! ... is false |
| test.cpp:182:6:182:16 | ! ... | b2 == 1 when ! ... is false |
| test.cpp:182:8:182:9 | b1 | b1 != 0 when b1 is true |
| test.cpp:182:8:182:9 | b1 | b1 != 1 when b1 is false |
| test.cpp:182:8:182:9 | b1 | b1 == 0 when b1 is false |
| test.cpp:182:8:182:9 | b1 | b1 == 1 when b1 is true |
| test.cpp:182:8:182:15 | ... && ... | ! ... != 0 when ... && ... is false |
| test.cpp:182:8:182:15 | ... && ... | ! ... != 1 when ... && ... is true |
| test.cpp:182:8:182:15 | ... && ... | ! ... == 0 when ... && ... is true |
| test.cpp:182:8:182:15 | ... && ... | ! ... == 1 when ... && ... is false |
| test.cpp:182:8:182:15 | ... && ... | ... && ... != 0 when ... && ... is true |
| test.cpp:182:8:182:15 | ... && ... | ... && ... != 1 when ... && ... is false |
| test.cpp:182:8:182:15 | ... && ... | ... && ... == 0 when ... && ... is false |
| test.cpp:182:8:182:15 | ... && ... | ... && ... == 1 when ... && ... is true |
| test.cpp:182:8:182:15 | ... && ... | b1 != 0 when ... && ... is true |
| test.cpp:182:8:182:15 | ... && ... | b1 == 1 when ... && ... is true |
| test.cpp:182:8:182:15 | ... && ... | b2 != 0 when ... && ... is true |
| test.cpp:182:8:182:15 | ... && ... | b2 == 1 when ... && ... is true |
| test.cpp:182:14:182:15 | b2 | b2 != 0 when b2 is true |
| test.cpp:182:14:182:15 | b2 | b2 != 1 when b2 is false |
| test.cpp:182:14:182:15 | b2 | b2 == 0 when b2 is false |
| test.cpp:182:14:182:15 | b2 | b2 == 1 when b2 is true |
| test.cpp:183:9:183:10 | b1 | b1 != 0 when b1 is true |
| test.cpp:183:9:183:10 | b1 | b1 != 1 when b1 is false |
| test.cpp:183:9:183:10 | b1 | b1 == 0 when b1 is false |
| test.cpp:183:9:183:10 | b1 | b1 == 1 when b1 is true |
| test.cpp:184:9:184:10 | b2 | b2 != 0 when b2 is true |
| test.cpp:184:9:184:10 | b2 | b2 != 1 when b2 is false |
| test.cpp:184:9:184:10 | b2 | b2 == 0 when b2 is false |
| test.cpp:184:9:184:10 | b2 | b2 == 1 when b2 is true |
| test.cpp:187:9:187:10 | b1 | b1 != 0 when b1 is true |
| test.cpp:187:9:187:10 | b1 | b1 != 1 when b1 is false |
| test.cpp:187:9:187:10 | b1 | b1 == 0 when b1 is false |
| test.cpp:187:9:187:10 | b1 | b1 == 1 when b1 is true |
| test.cpp:188:9:188:10 | b2 | b2 != 0 when b2 is true |
| test.cpp:188:9:188:10 | b2 | b2 != 1 when b2 is false |
| test.cpp:188:9:188:10 | b2 | b2 == 0 when b2 is false |
| test.cpp:188:9:188:10 | b2 | b2 == 1 when b2 is true |
| test.cpp:192:27:192:28 | b1 | b1 != 0 when b1 is true |
| test.cpp:192:27:192:28 | b1 | b1 != 1 when b1 is false |
| test.cpp:192:27:192:28 | b1 | b1 == 0 when b1 is false |
| test.cpp:192:27:192:28 | b1 | b1 == 1 when b1 is true |
| test.cpp:192:36:192:37 | b2 | b2 != 0 when b2 is true |
| test.cpp:192:36:192:37 | b2 | b2 != 1 when b2 is false |
| test.cpp:192:36:192:37 | b2 | b2 == 0 when b2 is false |
| test.cpp:192:36:192:37 | b2 | b2 == 1 when b2 is true |
| test.cpp:193:6:193:16 | ! ... | ! ... != 0 when ! ... is true |
| test.cpp:193:6:193:16 | ! ... | ! ... != 1 when ! ... is false |
| test.cpp:193:6:193:16 | ! ... | ! ... == 0 when ! ... is false |
| test.cpp:193:6:193:16 | ! ... | ! ... == 1 when ! ... is true |
| test.cpp:193:6:193:16 | ! ... | ... \|\| ... != 0 when ! ... is false |
| test.cpp:193:6:193:16 | ! ... | ... \|\| ... != 1 when ! ... is true |
| test.cpp:193:6:193:16 | ! ... | ... \|\| ... == 0 when ! ... is true |
| test.cpp:193:6:193:16 | ! ... | ... \|\| ... == 1 when ! ... is false |
| test.cpp:193:6:193:16 | ! ... | b1 != 1 when ! ... is true |
| test.cpp:193:6:193:16 | ! ... | b1 == 0 when ! ... is true |
| test.cpp:193:6:193:16 | ! ... | b2 != 1 when ! ... is true |
| test.cpp:193:6:193:16 | ! ... | b2 == 0 when ! ... is true |
| test.cpp:193:8:193:9 | b1 | b1 != 0 when b1 is true |
| test.cpp:193:8:193:9 | b1 | b1 != 1 when b1 is false |
| test.cpp:193:8:193:9 | b1 | b1 == 0 when b1 is false |
| test.cpp:193:8:193:9 | b1 | b1 == 1 when b1 is true |
| test.cpp:193:8:193:15 | ... \|\| ... | ! ... != 0 when ... \|\| ... is false |
| test.cpp:193:8:193:15 | ... \|\| ... | ! ... != 1 when ... \|\| ... is true |
| test.cpp:193:8:193:15 | ... \|\| ... | ! ... == 0 when ... \|\| ... is true |
| test.cpp:193:8:193:15 | ... \|\| ... | ! ... == 1 when ... \|\| ... is false |
| test.cpp:193:8:193:15 | ... \|\| ... | ... \|\| ... != 0 when ... \|\| ... is true |
| test.cpp:193:8:193:15 | ... \|\| ... | ... \|\| ... != 1 when ... \|\| ... is false |
| test.cpp:193:8:193:15 | ... \|\| ... | ... \|\| ... == 0 when ... \|\| ... is false |
| test.cpp:193:8:193:15 | ... \|\| ... | ... \|\| ... == 1 when ... \|\| ... is true |
| test.cpp:193:8:193:15 | ... \|\| ... | b1 != 1 when ... \|\| ... is false |
| test.cpp:193:8:193:15 | ... \|\| ... | b1 == 0 when ... \|\| ... is false |
| test.cpp:193:8:193:15 | ... \|\| ... | b2 != 1 when ... \|\| ... is false |
| test.cpp:193:8:193:15 | ... \|\| ... | b2 == 0 when ... \|\| ... is false |
| test.cpp:193:14:193:15 | b2 | b2 != 0 when b2 is true |
| test.cpp:193:14:193:15 | b2 | b2 != 1 when b2 is false |
| test.cpp:193:14:193:15 | b2 | b2 == 0 when b2 is false |
| test.cpp:193:14:193:15 | b2 | b2 == 1 when b2 is true |
| test.cpp:195:9:195:10 | b1 | b1 != 0 when b1 is true |
| test.cpp:195:9:195:10 | b1 | b1 != 1 when b1 is false |
| test.cpp:195:9:195:10 | b1 | b1 == 0 when b1 is false |
| test.cpp:195:9:195:10 | b1 | b1 == 1 when b1 is true |
| test.cpp:196:9:196:10 | b2 | b2 != 0 when b2 is true |
| test.cpp:196:9:196:10 | b2 | b2 != 1 when b2 is false |
| test.cpp:196:9:196:10 | b2 | b2 == 0 when b2 is false |
| test.cpp:196:9:196:10 | b2 | b2 == 1 when b2 is true |
| test.cpp:198:9:198:10 | b1 | b1 != 0 when b1 is true |
| test.cpp:198:9:198:10 | b1 | b1 != 1 when b1 is false |
| test.cpp:198:9:198:10 | b1 | b1 == 0 when b1 is false |
| test.cpp:198:9:198:10 | b1 | b1 == 1 when b1 is true |
| test.cpp:199:9:199:10 | b2 | b2 != 0 when b2 is true |
| test.cpp:199:9:199:10 | b2 | b2 != 1 when b2 is false |
| test.cpp:199:9:199:10 | b2 | b2 == 0 when b2 is false |
| test.cpp:199:9:199:10 | b2 | b2 == 1 when b2 is true |
| test.cpp:211:9:211:15 | ... == ... | 0 != sc+0 when ... == ... is false |
| test.cpp:211:9:211:15 | ... == ... | 0 == sc+0 when ... == ... is true |
| test.cpp:211:9:211:15 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:211:9:211:15 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:211:9:211:15 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:211:9:211:15 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:211:9:211:15 | ... == ... | sc != 0 when ... == ... is false |
| test.cpp:211:9:211:15 | ... == ... | sc != 0+0 when ... == ... is false |
| test.cpp:211:9:211:15 | ... == ... | sc == 0 when ... == ... is true |
| test.cpp:211:9:211:15 | ... == ... | sc == 0+0 when ... == ... is true |
| test.cpp:214:9:214:17 | ... == ... | 0 != sc+0 when ... == ... is false |
| test.cpp:214:9:214:17 | ... == ... | 0 == sc+0 when ... == ... is true |
| test.cpp:214:9:214:17 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:214:9:214:17 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:214:9:214:17 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:214:9:214:17 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:214:9:214:17 | ... == ... | sc != 0 when ... == ... is false |
| test.cpp:214:9:214:17 | ... == ... | sc != 0+0 when ... == ... is false |
| test.cpp:214:9:214:17 | ... == ... | sc == 0 when ... == ... is true |
| test.cpp:214:9:214:17 | ... == ... | sc == 0+0 when ... == ... is true |
| test.cpp:217:9:217:15 | ... == ... | 0 != ul+0 when ... == ... is false |
| test.cpp:217:9:217:15 | ... == ... | 0 == ul+0 when ... == ... is true |
| test.cpp:217:9:217:15 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:217:9:217:15 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:217:9:217:15 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:217:9:217:15 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:217:9:217:15 | ... == ... | ul != 0 when ... == ... is false |
| test.cpp:217:9:217:15 | ... == ... | ul != 0+0 when ... == ... is false |
| test.cpp:217:9:217:15 | ... == ... | ul == 0 when ... == ... is true |
| test.cpp:217:9:217:15 | ... == ... | ul == 0+0 when ... == ... is true |
| test.cpp:220:9:220:14 | ... == ... | 0 != f+0 when ... == ... is false |
| test.cpp:220:9:220:14 | ... == ... | 0 == f+0 when ... == ... is true |
| test.cpp:220:9:220:14 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:220:9:220:14 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:220:9:220:14 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:220:9:220:14 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:220:9:220:14 | ... == ... | f != 0+0 when ... == ... is false |
| test.cpp:220:9:220:14 | ... == ... | f == 0+0 when ... == ... is true |
| test.cpp:223:9:223:16 | ... == ... | 0.0 != f+0 when ... == ... is false |
| test.cpp:223:9:223:16 | ... == ... | 0.0 == f+0 when ... == ... is true |
| test.cpp:223:9:223:16 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:223:9:223:16 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:223:9:223:16 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:223:9:223:16 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:223:9:223:16 | ... == ... | f != 0.0+0 when ... == ... is false |
| test.cpp:223:9:223:16 | ... == ... | f == 0.0+0 when ... == ... is true |
| test.cpp:226:9:226:14 | ... == ... | 0 != d+0 when ... == ... is false |
| test.cpp:226:9:226:14 | ... == ... | 0 == d+0 when ... == ... is true |
| test.cpp:226:9:226:14 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:226:9:226:14 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:226:9:226:14 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:226:9:226:14 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:226:9:226:14 | ... == ... | d != 0+0 when ... == ... is false |
| test.cpp:226:9:226:14 | ... == ... | d == 0+0 when ... == ... is true |
| test.cpp:229:9:229:14 | ... == ... | 0 != b+0 when ... == ... is false |
| test.cpp:229:9:229:14 | ... == ... | 0 == b+0 when ... == ... is true |
| test.cpp:229:9:229:14 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:229:9:229:14 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:229:9:229:14 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:229:9:229:14 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:229:9:229:14 | ... == ... | b != 0 when ... == ... is false |
| test.cpp:229:9:229:14 | ... == ... | b != 0+0 when ... == ... is false |
| test.cpp:229:9:229:14 | ... == ... | b == 0 when ... == ... is true |
| test.cpp:229:9:229:14 | ... == ... | b == 0+0 when ... == ... is true |
| test.cpp:232:9:232:18 | ... == ... | 0 != b+0 when ... == ... is false |
| test.cpp:232:9:232:18 | ... == ... | 0 == b+0 when ... == ... is true |
| test.cpp:232:9:232:18 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:232:9:232:18 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:232:9:232:18 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:232:9:232:18 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:232:9:232:18 | ... == ... | b != 0 when ... == ... is false |
| test.cpp:232:9:232:18 | ... == ... | b != 0+0 when ... == ... is false |
| test.cpp:232:9:232:18 | ... == ... | b == 0 when ... == ... is true |
| test.cpp:232:9:232:18 | ... == ... | b == 0+0 when ... == ... is true |
| test.cpp:235:9:235:17 | ... == ... | 0 != i+0 when ... == ... is false |
| test.cpp:235:9:235:17 | ... == ... | 0 == i+0 when ... == ... is true |
| test.cpp:235:9:235:17 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:235:9:235:17 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:235:9:235:17 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:235:9:235:17 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:235:9:235:17 | ... == ... | i != 0 when ... == ... is false |
| test.cpp:235:9:235:17 | ... == ... | i != 0+0 when ... == ... is false |
| test.cpp:235:9:235:17 | ... == ... | i == 0 when ... == ... is true |
| test.cpp:235:9:235:17 | ... == ... | i == 0+0 when ... == ... is true |
| test.cpp:238:9:238:17 | ... == ... | 0 != f+0 when ... == ... is false |
| test.cpp:238:9:238:17 | ... == ... | 0 == f+0 when ... == ... is true |
| test.cpp:238:9:238:17 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:238:9:238:17 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:238:9:238:17 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:238:9:238:17 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:238:9:238:17 | ... == ... | f != 0+0 when ... == ... is false |
| test.cpp:238:9:238:17 | ... == ... | f == 0+0 when ... == ... is true |
| test.cpp:241:9:241:17 | ... == ... | 0 != i+0 when ... == ... is false |
| test.cpp:241:9:241:17 | ... == ... | 0 == i+0 when ... == ... is true |
| test.cpp:241:9:241:17 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:241:9:241:17 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:241:9:241:17 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:241:9:241:17 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:241:9:241:17 | ... == ... | i != 0 when ... == ... is false |
| test.cpp:241:9:241:17 | ... == ... | i != 0+0 when ... == ... is false |
| test.cpp:241:9:241:17 | ... == ... | i == 0 when ... == ... is true |
| test.cpp:241:9:241:17 | ... == ... | i == 0+0 when ... == ... is true |
| test.cpp:241:9:241:30 | ... && ... | 0 == f+0 when ... && ... is true |
| test.cpp:241:9:241:30 | ... && ... | 0 == i+0 when ... && ... is true |
| test.cpp:241:9:241:30 | ... && ... | ... == ... != 0 when ... && ... is true |
| test.cpp:241:9:241:30 | ... && ... | ... == ... == 1 when ... && ... is true |
| test.cpp:241:9:241:30 | ... && ... | f == 0+0 when ... && ... is true |
| test.cpp:241:9:241:30 | ... && ... | i == 0 when ... && ... is true |
| test.cpp:241:9:241:30 | ... && ... | i == 0+0 when ... && ... is true |
| test.cpp:241:9:241:43 | ... && ... | 0 == f+0 when ... && ... is true |
| test.cpp:241:9:241:43 | ... && ... | 0 == i+0 when ... && ... is true |
| test.cpp:241:9:241:43 | ... && ... | ... == ... != 0 when ... && ... is true |
| test.cpp:241:9:241:43 | ... && ... | ... == ... == 1 when ... && ... is true |
| test.cpp:241:9:241:43 | ... && ... | f == 0+0 when ... && ... is true |
| test.cpp:241:9:241:43 | ... && ... | i == 0 when ... && ... is true |
| test.cpp:241:9:241:43 | ... && ... | i == 0+0 when ... && ... is true |
| test.cpp:241:22:241:30 | ... == ... | 0 != f+0 when ... == ... is false |
| test.cpp:241:22:241:30 | ... == ... | 0 == f+0 when ... == ... is true |
| test.cpp:241:22:241:30 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:241:22:241:30 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:241:22:241:30 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:241:22:241:30 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:241:22:241:30 | ... == ... | f != 0+0 when ... == ... is false |
| test.cpp:241:22:241:30 | ... == ... | f == 0+0 when ... == ... is true |
| test.cpp:241:35:241:43 | ... == ... | 0 != i+0 when ... == ... is false |
| test.cpp:241:35:241:43 | ... == ... | 0 == i+0 when ... == ... is true |
| test.cpp:241:35:241:43 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:241:35:241:43 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:241:35:241:43 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:241:35:241:43 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:241:35:241:43 | ... == ... | i != 0 when ... == ... is false |
| test.cpp:241:35:241:43 | ... == ... | i != 0+0 when ... == ... is false |
| test.cpp:241:35:241:43 | ... == ... | i == 0 when ... == ... is true |
| test.cpp:241:35:241:43 | ... == ... | i == 0+0 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | 0 != ... == ...+0 when ... == ... is false |
| test.cpp:247:6:247:18 | ... == ... | 0 == ... == ...+0 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | ... == ... != 0 when ... == ... is false |
| test.cpp:247:6:247:18 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | ... == ... != 0+0 when ... == ... is false |
| test.cpp:247:6:247:18 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:247:6:247:18 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:247:6:247:18 | ... == ... | ... == ... == 0 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | ... == ... == 0+0 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | a != b+0 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | a == b+0 when ... == ... is false |
| test.cpp:247:6:247:18 | ... == ... | b != a+0 when ... == ... is true |
| test.cpp:247:6:247:18 | ... == ... | b == a+0 when ... == ... is false |
| test.cpp:247:7:247:12 | ... == ... | a != b+0 when ... == ... is false |
| test.cpp:247:7:247:12 | ... == ... | a == b+0 when ... == ... is true |
| test.cpp:247:7:247:12 | ... == ... | b != a+0 when ... == ... is false |
| test.cpp:247:7:247:12 | ... == ... | b == a+0 when ... == ... is true |
| test.cpp:253:6:253:18 | ... != ... | 0 != ... == ...+0 when ... != ... is true |
| test.cpp:253:6:253:18 | ... != ... | 0 == ... == ...+0 when ... != ... is false |
| test.cpp:253:6:253:18 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:253:6:253:18 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:253:6:253:18 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:253:6:253:18 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:253:6:253:18 | ... != ... | ... == ... != 0 when ... != ... is true |
| test.cpp:253:6:253:18 | ... != ... | ... == ... != 0+0 when ... != ... is true |
| test.cpp:253:6:253:18 | ... != ... | ... == ... == 0 when ... != ... is false |
| test.cpp:253:6:253:18 | ... != ... | ... == ... == 0+0 when ... != ... is false |
| test.cpp:253:6:253:18 | ... != ... | a != b+0 when ... != ... is false |
| test.cpp:253:6:253:18 | ... != ... | a == b+0 when ... != ... is true |
| test.cpp:253:6:253:18 | ... != ... | b != a+0 when ... != ... is false |
| test.cpp:253:6:253:18 | ... != ... | b == a+0 when ... != ... is true |
| test.cpp:253:7:253:12 | ... == ... | a != b+0 when ... == ... is false |
| test.cpp:253:7:253:12 | ... == ... | a == b+0 when ... == ... is true |
| test.cpp:253:7:253:12 | ... == ... | b != a+0 when ... == ... is false |
| test.cpp:253:7:253:12 | ... == ... | b == a+0 when ... == ... is true |
| test.cpp:260:6:260:18 | ... == ... | 0 != ... != ...+0 when ... == ... is false |
| test.cpp:260:6:260:18 | ... == ... | 0 == ... != ...+0 when ... == ... is true |
| test.cpp:260:6:260:18 | ... == ... | ... != ... != 0 when ... == ... is false |
| test.cpp:260:6:260:18 | ... == ... | ... != ... != 0+0 when ... == ... is false |
| test.cpp:260:6:260:18 | ... == ... | ... != ... == 0 when ... == ... is true |
| test.cpp:260:6:260:18 | ... == ... | ... != ... == 0+0 when ... == ... is true |
| test.cpp:260:6:260:18 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:260:6:260:18 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:260:6:260:18 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:260:6:260:18 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:260:6:260:18 | ... == ... | a != b+0 when ... == ... is false |
| test.cpp:260:6:260:18 | ... == ... | a == b+0 when ... == ... is true |
| test.cpp:260:6:260:18 | ... == ... | b != a+0 when ... == ... is false |
| test.cpp:260:6:260:18 | ... == ... | b == a+0 when ... == ... is true |
| test.cpp:260:7:260:12 | ... != ... | a != b+0 when ... != ... is true |
| test.cpp:260:7:260:12 | ... != ... | a == b+0 when ... != ... is false |
| test.cpp:260:7:260:12 | ... != ... | b != a+0 when ... != ... is true |
| test.cpp:260:7:260:12 | ... != ... | b == a+0 when ... != ... is false |
| test.cpp:266:6:266:18 | ... != ... | 0 != ... != ...+0 when ... != ... is true |
| test.cpp:266:6:266:18 | ... != ... | 0 == ... != ...+0 when ... != ... is false |
| test.cpp:266:6:266:18 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:266:6:266:18 | ... != ... | ... != ... != 0+0 when ... != ... is true |
| test.cpp:266:6:266:18 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:266:6:266:18 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:266:6:266:18 | ... != ... | ... != ... == 0+0 when ... != ... is false |
| test.cpp:266:6:266:18 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:266:6:266:18 | ... != ... | a != b+0 when ... != ... is true |
| test.cpp:266:6:266:18 | ... != ... | a == b+0 when ... != ... is false |
| test.cpp:266:6:266:18 | ... != ... | b != a+0 when ... != ... is true |
| test.cpp:266:6:266:18 | ... != ... | b == a+0 when ... != ... is false |
| test.cpp:266:7:266:12 | ... != ... | a != b+0 when ... != ... is true |
| test.cpp:266:7:266:12 | ... != ... | a == b+0 when ... != ... is false |
| test.cpp:266:7:266:12 | ... != ... | b != a+0 when ... != ... is true |
| test.cpp:266:7:266:12 | ... != ... | b == a+0 when ... != ... is false |
| test.cpp:273:6:273:17 | ... == ... | 0 != ... < ...+0 when ... == ... is false |
| test.cpp:273:6:273:17 | ... == ... | 0 == ... < ...+0 when ... == ... is true |
| test.cpp:273:6:273:17 | ... == ... | ... < ... != 0 when ... == ... is false |
| test.cpp:273:6:273:17 | ... == ... | ... < ... != 0+0 when ... == ... is false |
| test.cpp:273:6:273:17 | ... == ... | ... < ... == 0 when ... == ... is true |
| test.cpp:273:6:273:17 | ... == ... | ... < ... == 0+0 when ... == ... is true |
| test.cpp:273:6:273:17 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:273:6:273:17 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:273:6:273:17 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:273:6:273:17 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:273:6:273:17 | ... == ... | a < b+0 when ... == ... is false |
| test.cpp:273:6:273:17 | ... == ... | a >= b+0 when ... == ... is true |
| test.cpp:273:6:273:17 | ... == ... | b < a+1 when ... == ... is true |
| test.cpp:273:6:273:17 | ... == ... | b >= a+1 when ... == ... is false |
| test.cpp:273:7:273:11 | ... < ... | a < b+0 when ... < ... is true |
| test.cpp:273:7:273:11 | ... < ... | a >= b+0 when ... < ... is false |
| test.cpp:273:7:273:11 | ... < ... | b < a+1 when ... < ... is false |
| test.cpp:273:7:273:11 | ... < ... | b >= a+1 when ... < ... is true |
| test.cpp:279:6:279:17 | ... != ... | 0 != ... < ...+0 when ... != ... is true |
| test.cpp:279:6:279:17 | ... != ... | 0 == ... < ...+0 when ... != ... is false |
| test.cpp:279:6:279:17 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:279:6:279:17 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:279:6:279:17 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:279:6:279:17 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:279:6:279:17 | ... != ... | ... < ... != 0 when ... != ... is true |
| test.cpp:279:6:279:17 | ... != ... | ... < ... != 0+0 when ... != ... is true |
| test.cpp:279:6:279:17 | ... != ... | ... < ... == 0 when ... != ... is false |
| test.cpp:279:6:279:17 | ... != ... | ... < ... == 0+0 when ... != ... is false |
| test.cpp:279:6:279:17 | ... != ... | a < b+0 when ... != ... is true |
| test.cpp:279:6:279:17 | ... != ... | a >= b+0 when ... != ... is false |
| test.cpp:279:6:279:17 | ... != ... | b < a+1 when ... != ... is false |
| test.cpp:279:6:279:17 | ... != ... | b >= a+1 when ... != ... is true |
| test.cpp:279:7:279:11 | ... < ... | a < b+0 when ... < ... is true |
| test.cpp:279:7:279:11 | ... < ... | a >= b+0 when ... < ... is false |
| test.cpp:279:7:279:11 | ... < ... | b < a+1 when ... < ... is false |
| test.cpp:279:7:279:11 | ... < ... | b >= a+1 when ... < ... is true |
| test.cpp:287:6:287:19 | ... == ... | 0 != ... == ...+0 when ... == ... is false |
| test.cpp:287:6:287:19 | ... == ... | 0 == ... == ...+0 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | 42 != a+0 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | 42 == a+0 when ... == ... is false |
| test.cpp:287:6:287:19 | ... == ... | ... == ... != 0 when ... == ... is false |
| test.cpp:287:6:287:19 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | ... == ... != 0+0 when ... == ... is false |
| test.cpp:287:6:287:19 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:287:6:287:19 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:287:6:287:19 | ... == ... | ... == ... == 0 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | ... == ... == 0+0 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | a != 42 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | a != 42+0 when ... == ... is true |
| test.cpp:287:6:287:19 | ... == ... | a == 42 when ... == ... is false |
| test.cpp:287:6:287:19 | ... == ... | a == 42+0 when ... == ... is false |
| test.cpp:287:7:287:13 | ... == ... | 42 != a+0 when ... == ... is false |
| test.cpp:287:7:287:13 | ... == ... | 42 == a+0 when ... == ... is true |
| test.cpp:287:7:287:13 | ... == ... | a != 42 when ... == ... is false |
| test.cpp:287:7:287:13 | ... == ... | a != 42+0 when ... == ... is false |
| test.cpp:287:7:287:13 | ... == ... | a == 42 when ... == ... is true |
| test.cpp:287:7:287:13 | ... == ... | a == 42+0 when ... == ... is true |
| test.cpp:293:6:293:19 | ... != ... | 0 != ... == ...+0 when ... != ... is true |
| test.cpp:293:6:293:19 | ... != ... | 0 == ... == ...+0 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | 42 != a+0 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | 42 == a+0 when ... != ... is true |
| test.cpp:293:6:293:19 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:293:6:293:19 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:293:6:293:19 | ... != ... | ... == ... != 0 when ... != ... is true |
| test.cpp:293:6:293:19 | ... != ... | ... == ... != 0+0 when ... != ... is true |
| test.cpp:293:6:293:19 | ... != ... | ... == ... == 0 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | ... == ... == 0+0 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | a != 42 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | a != 42+0 when ... != ... is false |
| test.cpp:293:6:293:19 | ... != ... | a == 42 when ... != ... is true |
| test.cpp:293:6:293:19 | ... != ... | a == 42+0 when ... != ... is true |
| test.cpp:293:7:293:13 | ... == ... | 42 != a+0 when ... == ... is false |
| test.cpp:293:7:293:13 | ... == ... | 42 == a+0 when ... == ... is true |
| test.cpp:293:7:293:13 | ... == ... | a != 42 when ... == ... is false |
| test.cpp:293:7:293:13 | ... == ... | a != 42+0 when ... == ... is false |
| test.cpp:293:7:293:13 | ... == ... | a == 42 when ... == ... is true |
| test.cpp:293:7:293:13 | ... == ... | a == 42+0 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | 0 != ... != ...+0 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | 0 == ... != ...+0 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | 42 != a+0 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | 42 == a+0 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | ... != ... != 0 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | ... != ... != 0+0 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | ... != ... == 0 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | ... != ... == 0+0 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | a != 42 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | a != 42+0 when ... == ... is false |
| test.cpp:300:6:300:19 | ... == ... | a == 42 when ... == ... is true |
| test.cpp:300:6:300:19 | ... == ... | a == 42+0 when ... == ... is true |
| test.cpp:300:7:300:13 | ... != ... | 42 != a+0 when ... != ... is true |
| test.cpp:300:7:300:13 | ... != ... | 42 == a+0 when ... != ... is false |
| test.cpp:300:7:300:13 | ... != ... | a != 42 when ... != ... is true |
| test.cpp:300:7:300:13 | ... != ... | a != 42+0 when ... != ... is true |
| test.cpp:300:7:300:13 | ... != ... | a == 42 when ... != ... is false |
| test.cpp:300:7:300:13 | ... != ... | a == 42+0 when ... != ... is false |
| test.cpp:306:6:306:19 | ... != ... | 0 != ... != ...+0 when ... != ... is true |
| test.cpp:306:6:306:19 | ... != ... | 0 == ... != ...+0 when ... != ... is false |
| test.cpp:306:6:306:19 | ... != ... | 42 != a+0 when ... != ... is true |
| test.cpp:306:6:306:19 | ... != ... | 42 == a+0 when ... != ... is false |
| test.cpp:306:6:306:19 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:306:6:306:19 | ... != ... | ... != ... != 0+0 when ... != ... is true |
| test.cpp:306:6:306:19 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:306:6:306:19 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:306:6:306:19 | ... != ... | ... != ... == 0+0 when ... != ... is false |
| test.cpp:306:6:306:19 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:306:6:306:19 | ... != ... | a != 42 when ... != ... is true |
| test.cpp:306:6:306:19 | ... != ... | a != 42+0 when ... != ... is true |
| test.cpp:306:6:306:19 | ... != ... | a == 42 when ... != ... is false |
| test.cpp:306:6:306:19 | ... != ... | a == 42+0 when ... != ... is false |
| test.cpp:306:7:306:13 | ... != ... | 42 != a+0 when ... != ... is true |
| test.cpp:306:7:306:13 | ... != ... | 42 == a+0 when ... != ... is false |
| test.cpp:306:7:306:13 | ... != ... | a != 42 when ... != ... is true |
| test.cpp:306:7:306:13 | ... != ... | a != 42+0 when ... != ... is true |
| test.cpp:306:7:306:13 | ... != ... | a == 42 when ... != ... is false |
| test.cpp:306:7:306:13 | ... != ... | a == 42+0 when ... != ... is false |
| test.cpp:312:6:312:18 | ... == ... | 0 != ... < ...+0 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | 0 == ... < ...+0 when ... == ... is true |
| test.cpp:312:6:312:18 | ... == ... | 42 < a+1 when ... == ... is true |
| test.cpp:312:6:312:18 | ... == ... | 42 >= a+1 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | ... < ... != 0 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | ... < ... != 0+0 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | ... < ... == 0 when ... == ... is true |
| test.cpp:312:6:312:18 | ... == ... | ... < ... == 0+0 when ... == ... is true |
| test.cpp:312:6:312:18 | ... == ... | ... == ... != 0 when ... == ... is true |
| test.cpp:312:6:312:18 | ... == ... | ... == ... != 1 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | ... == ... == 0 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | ... == ... == 1 when ... == ... is true |
| test.cpp:312:6:312:18 | ... == ... | a < 42 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | a < 42+0 when ... == ... is false |
| test.cpp:312:6:312:18 | ... == ... | a >= 42 when ... == ... is true |
| test.cpp:312:6:312:18 | ... == ... | a >= 42+0 when ... == ... is true |
| test.cpp:312:7:312:12 | ... < ... | 42 < a+1 when ... < ... is false |
| test.cpp:312:7:312:12 | ... < ... | 42 >= a+1 when ... < ... is true |
| test.cpp:312:7:312:12 | ... < ... | a < 42 when ... < ... is true |
| test.cpp:312:7:312:12 | ... < ... | a < 42+0 when ... < ... is true |
| test.cpp:312:7:312:12 | ... < ... | a >= 42 when ... < ... is false |
| test.cpp:312:7:312:12 | ... < ... | a >= 42+0 when ... < ... is false |
| test.cpp:318:6:318:18 | ... != ... | 0 != ... < ...+0 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | 0 == ... < ...+0 when ... != ... is false |
| test.cpp:318:6:318:18 | ... != ... | 42 < a+1 when ... != ... is false |
| test.cpp:318:6:318:18 | ... != ... | 42 >= a+1 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | ... != ... != 0 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | ... != ... != 1 when ... != ... is false |
| test.cpp:318:6:318:18 | ... != ... | ... != ... == 0 when ... != ... is false |
| test.cpp:318:6:318:18 | ... != ... | ... != ... == 1 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | ... < ... != 0 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | ... < ... != 0+0 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | ... < ... == 0 when ... != ... is false |
| test.cpp:318:6:318:18 | ... != ... | ... < ... == 0+0 when ... != ... is false |
| test.cpp:318:6:318:18 | ... != ... | a < 42 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | a < 42+0 when ... != ... is true |
| test.cpp:318:6:318:18 | ... != ... | a >= 42 when ... != ... is false |
| test.cpp:318:6:318:18 | ... != ... | a >= 42+0 when ... != ... is false |
| test.cpp:318:7:318:12 | ... < ... | 42 < a+1 when ... < ... is false |
| test.cpp:318:7:318:12 | ... < ... | 42 >= a+1 when ... < ... is true |
| test.cpp:318:7:318:12 | ... < ... | a < 42 when ... < ... is true |
| test.cpp:318:7:318:12 | ... < ... | a < 42+0 when ... < ... is true |
| test.cpp:318:7:318:12 | ... < ... | a >= 42 when ... < ... is false |
| test.cpp:318:7:318:12 | ... < ... | a >= 42+0 when ... < ... is false |
| test.cpp:327:46:327:46 | b | b != 0 when b is true |
| test.cpp:327:46:327:46 | b | b != 1 when b is false |
| test.cpp:327:46:327:46 | b | b == 0 when b is false |
| test.cpp:327:46:327:46 | b | b == 1 when b is true |
| test.cpp:330:7:330:7 | b | b != 0 when b is true |
| test.cpp:330:7:330:7 | b | b != 1 when b is false |
| test.cpp:330:7:330:7 | b | b == 0 when b is false |
| test.cpp:330:7:330:7 | b | b == 1 when b is true |
| test.cpp:334:11:334:11 | x | x < 51 when x is Upper bound 50 |
| test.cpp:334:11:334:11 | x | x >= 40 when x is Lower bound 40 |
| test.cpp:338:9:338:9 | x | x < 51 when x is Upper bound 50 |
| test.cpp:338:9:338:9 | x | x >= 40 when x is Lower bound 40 |