Files
codeql/cpp/ql/test/successor-tests/whilestmt/whilestmt11.expected
2018-08-02 17:53:23 +01:00

14 lines
1.0 KiB
Plaintext

| 0 | whilestmt.c:8:23:13:1 | { ... } | 1 | whilestmt.c:9:3:9:15 | declaration |
| 1 | whilestmt.c:9:3:9:15 | declaration | 1 | whilestmt.c:9:13:9:14 | initializer for done |
| 1 | whilestmt.c:9:13:9:14 | 1 | 2 | whilestmt.c:10:3:12:3 | while (...) ... |
| 1 | whilestmt.c:9:13:9:14 | initializer for done | 1 | whilestmt.c:9:13:9:14 | 1 |
| 2 | whilestmt.c:10:3:12:3 | while (...) ... | 2 | whilestmt.c:10:10:10:13 | done |
| 2 | whilestmt.c:10:9:10:13 | ! ... | 5 | whilestmt.c:13:1:13:1 | return ... |
| 2 | whilestmt.c:10:10:10:13 | done | 2 | whilestmt.c:10:9:10:13 | ! ... |
| 2 | whilestmt.c:10:16:12:3 | { ... } | 3 | whilestmt.c:11:5:11:13 | ExprStmt |
| 3 | whilestmt.c:11:5:11:8 | done | 3 | whilestmt.c:11:5:11:12 | ... = ... |
| 3 | whilestmt.c:11:5:11:12 | ... = ... | 2 | whilestmt.c:10:10:10:13 | done |
| 3 | whilestmt.c:11:5:11:13 | ExprStmt | 3 | whilestmt.c:11:12:11:12 | 0 |
| 3 | whilestmt.c:11:12:11:12 | 0 | 3 | whilestmt.c:11:5:11:8 | done |
| 5 | whilestmt.c:13:1:13:1 | return ... | 0 | whilestmt.c:8:6:8:19 | always_false_2 |