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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/divneg.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
i ∈ [--..--]
r0 ∈ {0}
r1 ∈ {6}
r2 ∈ {-8}
r6 ∈ {0}
r7 ∈ {0}
r8 ∈ {0}
r9 ∈ {0}
rn1 ∈ {5}
rn2 ∈ {0}
rn3 ∈ {0}
rn4 ∈ {-3}
rn5 ∈ {0}
vic ∈ {0}
[value] Called Frama_C_show_each([-185..-5],4%9, [1..61],1%3)
[value] DUMPING STATE of file tests/value/divneg.i line 42
i ∈ [-100..100]
r0 ∈ [-100..100],0%5
r1 ∈ [1..96],1%5
r2 ∈ [-98..-3],2%5
r6 ∈ {0}
r7 ∈ [-100..100]
r8 ∈ [-100..100]
r9 ∈ {0}
rn1 ∈ [-99..99],1%2
rn2 ∈ [-100..100],0%2
rn3 ∈ [-100..100],0%2
rn4 ∈ [-99..99],1%2
rn5 ∈ [-100..100]
vic ∈ {0}
c ∈ [-185..-5],4%9
rc ∈ [-176..-14],4%18 or UNINITIALIZED
__retres ∈ UNINITIALIZED
=END OF DUMP==
[value] Called Frama_C_show_each_should({-1})
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
r0 ∈ [-100..100],0%5
r1 ∈ [1..96],1%5
r2 ∈ [-98..-3],2%5
r7 ∈ [-100..100]
r8 ∈ [-100..100]
rn1 ∈ [-99..99],1%2
rn2 ∈ [-100..100],0%2
rn3 ∈ [-100..100],0%2
rn4 ∈ [-99..99],1%2
rn5 ∈ [-100..100]
vic ∈ {4294967295}
c ∈ [5..185],5%9
rc ∈ [14..176],14%18
__retres ∈ {0}
[from] Computing for function main
[from] Computing for function Frama_C_dump_each <-main
[from] Done for function Frama_C_dump_each
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function main:
r0 FROM i (and SELF)
r1 FROM i (and SELF)
r2 FROM i (and SELF)
r7 FROM i (and SELF)
r8 FROM i (and SELF)
rn1 FROM i (and SELF)
rn2 FROM i (and SELF)
rn3 FROM i (and SELF)
rn4 FROM i (and SELF)
rn5 FROM i (and SELF)
vic FROM \nothing
\result FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
r0; r1; r2; r7; r8; rn1; rn2; rn3; rn4; rn5; vic; c; rc; __retres
[inout] Inputs for function main:
i; vic
|