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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/enum2.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
must_be_one ∈ {0}
must_be_zero ∈ {0}
[value] computing for function enum1_sgn1_inf_sgn0 <- main.
Called from tests/value/enum2.c:33.
[value] computing for function printf <- enum1_sgn1_inf_sgn0 <- main.
Called from tests/value/enum2.c:27.
[value] using specification for function printf
[value] Done for function printf
[value] Recording results for enum1_sgn1_inf_sgn0
[value] Done for function enum1_sgn1_inf_sgn0
[value] computing for function enum1_sgn1_positif <- main.
Called from tests/value/enum2.c:34.
[value] computing for function f <- enum1_sgn1_positif <- main.
Called from tests/value/enum2.c:21.
[value] Recording results for f
[value] Done for function f
[value] computing for function printf <- enum1_sgn1_positif <- main.
Called from tests/value/enum2.c:22.
[value] Done for function printf
[value] Recording results for enum1_sgn1_positif
[value] Done for function enum1_sgn1_positif
[value] computing for function printf <- main.
Called from tests/value/enum2.c:35.
[value] Done for function printf
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function f:
y ∈ {2557891634}
[value:final-states] Values at end of function enum1_sgn1_inf_sgn0:
res ∈ {0}
[value:final-states] Values at end of function enum1_sgn1_positif:
res ∈ {1}
[value:final-states] Values at end of function main:
must_be_one ∈ {1}
must_be_zero ∈ {0}
res ∈ {8}
[from] Computing for function f
[from] Done for function f
[from] Computing for function enum1_sgn1_inf_sgn0
[from] Computing for function printf <-enum1_sgn1_inf_sgn0
[from] Done for function printf
tests/value/enum2.c:27:[from] warning: variadic call detected. Using only 1 argument(s).
[from] Done for function enum1_sgn1_inf_sgn0
[from] Computing for function enum1_sgn1_positif
tests/value/enum2.c:22:[from] warning: variadic call detected. Using only 1 argument(s).
[from] Done for function enum1_sgn1_positif
[from] Computing for function main
tests/value/enum2.c:35:[from] warning: variadic call detected. Using only 1 argument(s).
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function f:
\result FROM x
[from] Function printf:
\result FROM \nothing
[from] Function enum1_sgn1_inf_sgn0:
\result FROM \nothing
[from] Function enum1_sgn1_positif:
\result FROM \nothing
[from] Function main:
must_be_one FROM \nothing
must_be_zero FROM \nothing
\result FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function f:
y
[inout] Inputs for function f:
\nothing
[inout] Out (internal) for function enum1_sgn1_inf_sgn0:
res
[inout] Inputs for function enum1_sgn1_inf_sgn0:
\nothing
[inout] Out (internal) for function enum1_sgn1_positif:
res; tmp
[inout] Inputs for function enum1_sgn1_positif:
\nothing
[inout] Out (internal) for function main:
must_be_one; must_be_zero; res
[inout] Inputs for function main:
\nothing
|