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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/long_const.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
[value] Called Frama_C_show_each_f({4}, {18446603611099103232}, {0})
[value] computing for function div64 <- main.
Called from tests/value/long_const.i:37.
tests/value/long_const.i:11:[value] warning: function div64: precondition got status unknown.
tests/value/long_const.i:12:[value] warning: function div64: precondition got status unknown.
[value] computing for function LL_ABS <- div64 <- main.
Called from tests/value/long_const.i:24.
[value] Recording results for LL_ABS
[value] Done for function LL_ABS
[value] computing for function LL_ABS <- div64 <- main.
Called from tests/value/long_const.i:25.
[value] Recording results for LL_ABS
[value] Done for function LL_ABS
[value] Called Frama_C_show_each([-9223372036854775807..9223372036854775807],
[0..9223372036854775807],
[-9223372036854775807..9223372036854775807],
[0..9223372036854775807])
[value] Recording results for div64
[value] Done for function div64
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function LL_ABS:
[value:final-states] Values at end of function div64:
loc_num ∈ [0..9223372036854775807]
loc_den ∈ [0..9223372036854775807]
signe_negatif ∈ {-9223372036854775808; 0}
__retres ∈ {0}
[value:final-states] Values at end of function main:
i ∈ {18446603611099103232}
j ∈ {0}
[from] Computing for function LL_ABS
[from] Done for function LL_ABS
[from] Computing for function div64
[from] Done for function div64
[from] Computing for function main
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function LL_ABS:
\result FROM a
[from] Function div64:
\result FROM \nothing
[from] Function main:
NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function LL_ABS:
tmp
[inout] Inputs for function LL_ABS:
\nothing
[inout] Out (internal) for function div64:
loc_num; loc_den; signe_negatif; __retres
[inout] Inputs for function div64:
\nothing
[inout] Out (internal) for function main:
i; j
[inout] Inputs for function main:
\nothing
|