1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/loop_test.i (no preprocessing)
[value] Analyzing a complete application starting at test_onzes
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
r0 ∈ {0}
r1 ∈ {0}
r2 ∈ {0}
r3 ∈ {0}
r4 ∈ {0}
r5 ∈ {0}
r6 ∈ {0}
r7 ∈ {0}
r8 ∈ {0}
r9 ∈ {0}
c0 ∈ {0}
c1 ∈ {0}
c2 ∈ {0}
c3 ∈ {0}
c4 ∈ {0}
c5 ∈ {0}
c6 ∈ {0}
c7 ∈ {0}
c8 ∈ {0}
c9 ∈ {0}
[value] computing for function onze_0 <- test_onzes.
Called from tests/value/loop_test.i:43.
tests/value/loop_test.i:9:[value] entering loop for the first time
[value] Recording results for onze_0
[value] Done for function onze_0
[value] computing for function onze_1 <- test_onzes.
Called from tests/value/loop_test.i:44.
tests/value/loop_test.i:12:[value] entering loop for the first time
[value] Recording results for onze_1
[value] Done for function onze_1
[value] computing for function onze_2 <- test_onzes.
Called from tests/value/loop_test.i:45.
tests/value/loop_test.i:15:[value] entering loop for the first time
[value] Recording results for onze_2
[value] Done for function onze_2
[value] computing for function onze_3 <- test_onzes.
Called from tests/value/loop_test.i:46.
tests/value/loop_test.i:18:[value] entering loop for the first time
[value] Recording results for onze_3
[value] Done for function onze_3
[value] computing for function onze_4 <- test_onzes.
Called from tests/value/loop_test.i:47.
tests/value/loop_test.i:21:[value] entering loop for the first time
[value] Recording results for onze_4
[value] Done for function onze_4
[value] computing for function onze_5 <- test_onzes.
Called from tests/value/loop_test.i:48.
tests/value/loop_test.i:25:[value] entering loop for the first time
[value] Recording results for onze_5
[value] Done for function onze_5
[value] computing for function onze_6 <- test_onzes.
Called from tests/value/loop_test.i:49.
tests/value/loop_test.i:28:[value] entering loop for the first time
[value] Recording results for onze_6
[value] Done for function onze_6
[value] computing for function onze_7 <- test_onzes.
Called from tests/value/loop_test.i:50.
tests/value/loop_test.i:31:[value] entering loop for the first time
[value] Recording results for onze_7
[value] Done for function onze_7
[value] computing for function onze_8 <- test_onzes.
Called from tests/value/loop_test.i:51.
tests/value/loop_test.i:34:[value] entering loop for the first time
[value] Recording results for onze_8
[value] Done for function onze_8
[value] computing for function onze_9 <- test_onzes.
Called from tests/value/loop_test.i:52.
tests/value/loop_test.i:37:[value] entering loop for the first time
[value] Recording results for onze_9
[value] Done for function onze_9
[value] Recording results for test_onzes
[value] done for function test_onzes
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function onze_0:
onze ∈ {11}
[value:final-states] Values at end of function onze_1:
onze ∈ {11}
[value:final-states] Values at end of function onze_2:
onze ∈ {11}
[value:final-states] Values at end of function onze_3:
onze ∈ {11}
[value:final-states] Values at end of function onze_4:
onze ∈ {11}
[value:final-states] Values at end of function onze_5:
onze ∈ {11}
[value:final-states] Values at end of function onze_6:
onze ∈ {11}
[value:final-states] Values at end of function onze_7:
onze ∈ {11}
[value:final-states] Values at end of function onze_8:
onze ∈ {11}
[value:final-states] Values at end of function onze_9:
onze ∈ {11}
[value:final-states] Values at end of function test_onzes:
r0 ∈ {11}
r1 ∈ {11}
r2 ∈ {11}
r3 ∈ {11}
r4 ∈ {11}
r5 ∈ {11}
r6 ∈ {11}
r7 ∈ {11}
r8 ∈ {11}
r9 ∈ {11}
|