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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/dead_inout.i (no preprocessing)
[value] Analyzing a complete application starting at main_all
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
a ∈ {0}
b ∈ {0}
[value] computing for function main <- main_all.
Called from tests/value/dead_inout.i:40.
[value] computing for function f <- main <- main_all.
Called from tests/value/dead_inout.i:18.
[value] Recording results for f
[value] Done for function f
[value] computing for function g <- main <- main_all.
Called from tests/value/dead_inout.i:19.
[value] Recording results for g
[value] Done for function g
[value] Recording results for main
[value] Done for function main
[value] computing for function main2 <- main_all.
Called from tests/value/dead_inout.i:41.
[value] computing for function f2 <- main2 <- main_all.
Called from tests/value/dead_inout.i:33.
[value] Recording results for f2
[value] Done for function f2
[value] computing for function f2 <- main2 <- main_all.
Called from tests/value/dead_inout.i:34.
[value] Recording results for f2
[value] Done for function f2
[value] Recording results for main2
[value] Done for function main2
[value] Recording results for main_all
[value] done for function main_all
[inout] Out (internal) for function f:
a
[inout] Inputs for function f:
b
[inout] InOut (internal) for function f:
Operational inputs:
b
Operational inputs on termination:
b
Sure outputs:
a
[inout] Out (internal) for function f2:
x; y
[inout] Inputs for function f2:
\nothing
[inout] InOut (internal) for function f2:
Operational inputs:
v; p; q
Operational inputs on termination:
v; p; q
Sure outputs:
\nothing
[inout] Out (internal) for function g:
x
[inout] Inputs for function g:
\nothing
[inout] InOut (internal) for function g:
Operational inputs:
\nothing
Operational inputs on termination:
\nothing
Sure outputs:
x
[inout] Out (internal) for function main:
a
[inout] Inputs for function main:
b
[inout] InOut (internal) for function main:
Operational inputs:
b
Operational inputs on termination:
b
Sure outputs:
a
[inout] Out (internal) for function main2:
x; y
[inout] Inputs for function main2:
\nothing
[inout] InOut (internal) for function main2:
Operational inputs:
\nothing
Operational inputs on termination:
\nothing
Sure outputs:
x; y
[inout] Out (internal) for function main_all:
a
[inout] Inputs for function main_all:
b
[inout] InOut (internal) for function main_all:
Operational inputs:
b
Operational inputs on termination:
b
Sure outputs:
a
|