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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/logicdeps.i (no preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
t[0..49] ∈ {0}
p ∈ {0}
y ∈ [--..--]
z ∈ [--..--]
tests/value/logicdeps.i:19:[value] warning: assertion got status unknown.
tests/value/logicdeps.i:20:[value] warning: assertion got status unknown.
[value] computing for function g <- main.
Called from tests/value/logicdeps.i:23.
[value] computing for function f <- g <- main.
Called from tests/value/logicdeps.i:13.
[value] using specification for function f
[value] Done for function f
[value] Recording results for g
[from] Computing for function g
[from] Done for function g
[value] Done for function g
[value] computing for function g <- main.
Called from tests/value/logicdeps.i:24.
[value] computing for function f <- g <- main.
Called from tests/value/logicdeps.i:13.
[value] Done for function f
[value] Recording results for g
[from] Computing for function g
[from] Done for function g
[value] Done for function g
tests/value/logicdeps.i:25:[value] Reusing old results for call to g
tests/value/logicdeps.i:27:[value] assertion got status valid.
[value] computing for function g <- main.
Called from tests/value/logicdeps.i:30.
[value] computing for function f <- g <- main.
Called from tests/value/logicdeps.i:13.
[value] Done for function f
[value] Recording results for g
[from] Computing for function g
[from] Done for function g
[value] Done for function g
[value] computing for function g <- main.
Called from tests/value/logicdeps.i:31.
[value] computing for function f <- g <- main.
Called from tests/value/logicdeps.i:13.
[value] Done for function f
[value] Recording results for g
[from] Computing for function g
[from] Done for function g
[value] Done for function g
tests/value/logicdeps.i:32:[value] Reusing old results for call to g
[value] Recording results for main
[from] Computing for function main
[from] Done for function main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function g:
t[0..19] ∈ {0}
[20..40] ∈ [--..--]
[41..49] ∈ {0}
[value:final-states] Values at end of function main:
t[0..19] ∈ {0}
[20..40] ∈ [--..--]
[41..49] ∈ {0}
p ∈ {{ &z }}
[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
[from] call to f at tests/value/logicdeps.i:13 (by g):
t[20..40] FROM t[0..20] (and SELF)
[from] call to g at tests/value/logicdeps.i:23 (by main):
t[20] FROM t[0..10]
[21..30] FROM t[0..10] (and SELF)
[from] call to g at tests/value/logicdeps.i:24 (by main):
t[20] FROM t[0..10]
[21..30] FROM t[0..10] (and SELF)
[from] call to g at tests/value/logicdeps.i:25 (by main):
t[20] FROM t[0..10]
[21..30] FROM t[0..10] (and SELF)
[from] call to g at tests/value/logicdeps.i:30 (by main):
t{[20]; [36..40]} FROM t[0..20] (and SELF)
[21..35] FROM t[0..20]
[from] call to g at tests/value/logicdeps.i:31 (by main):
t{[20]; [36..40]} FROM t[0..20] (and SELF)
[21..35] FROM t[0..20]
[from] call to g at tests/value/logicdeps.i:32 (by main):
t{[20]; [36..40]} FROM t[0..20] (and SELF)
[21..35] FROM t[0..20]
[from] entry point:
t[20..35] FROM t[0..19]
[36..40] FROM t[0..19] (and SELF)
p FROM \nothing
[from] ====== END OF CALLWISE DEPENDENCIES ======
[inout] InOut (internal) for function g:
Operational inputs:
t[0..20]; p; y; z
Operational inputs on termination:
t[0..20]; p; y; z
Sure outputs:
\nothing
[inout] InOut (internal) for function main:
Operational inputs:
t[0..19]; y; z
Operational inputs on termination:
t[0..19]; y; z
Sure outputs:
t[20..35]; p
|