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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/replace_by_show_each.c (with 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
x ∈ {0}
[value] Called Frama_C_show_each_2()
[value] Called Frama_C_show_each_1()
[inout] warning: no assigns clauses for function Frama_C_show_each_1. Results will be
imprecise.
[from] warning: no assigns clauses for function Frama_C_show_each_1. Results will be
imprecise.
tests/value/replace_by_show_each.c:26:[value] warning: signed overflow. assert j + 1 ≤ 2147483647;
[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 main:
Cannot filter: dumping raw memory (including unchanged variables)
x ∈ {0}
j ∈ [-2147483648..2147483646]
i ∈ [-2147483647..2147483647]
[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
[from] call to Frama_C_show_each_2 at tests/value/replace_by_show_each.c:23 (by main):
NO EFFECTS
[from] call to Frama_C_show_each_1 at tests/value/replace_by_show_each.c:25 (by main):
FROMTOP
[from] entry point:
\result FROM j
[from] ====== END OF CALLWISE DEPENDENCIES ======
[inout] InOut (internal) for function main:
Operational inputs:
ANYTHING(origin:Unknown)
Operational inputs on termination:
ANYTHING(origin:Unknown)
Sure outputs:
i
|