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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/call_multi.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
G ∈ {0}
[value] computing for function uppol2 <- main.
Called from tests/value/call_multi.c:29.
[value] computing for function printf <- uppol2 <- main.
Called from tests/value/call_multi.c:23.
[value] using specification for function printf
[value] Done for function printf
[value] Recording results for uppol2
[value] Done for function uppol2
[value] computing for function uppol2 <- main.
Called from tests/value/call_multi.c:30.
[value] computing for function printf <- uppol2 <- main.
Called from tests/value/call_multi.c:23.
[value] Done for function printf
[value] Recording results for uppol2
[value] Done for function uppol2
[value] computing for function uppol2 <- main.
Called from tests/value/call_multi.c:31.
[value] computing for function printf <- uppol2 <- main.
Called from tests/value/call_multi.c:23.
[value] Done for function printf
[value] Recording results for uppol2
[value] Done for function uppol2
[value] computing for function uppol2 <- main.
Called from tests/value/call_multi.c:32.
[value] computing for function printf <- uppol2 <- main.
Called from tests/value/call_multi.c:23.
[value] Done for function printf
[value] Recording results for uppol2
[value] Done for function uppol2
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function uppol2:
wd2 ∈ {0}
wd4 ∈ {-128; 128}
apl2 ∈ {-128; 128}
[value:final-states] Values at end of function main:
G ∈ {256}
[from] Computing for function uppol2
[from] Computing for function printf <-uppol2
[from] Done for function printf
tests/value/call_multi.c:23:[from] warning: variadic call detected. Using only 1 argument(s).
[from] Done for function uppol2
[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 printf:
\result FROM ANYTHING(origin:Unknown)
[from] Function uppol2:
\result FROM al1; al2; plt; plt1; plt2
[from] Function main:
G FROM G
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function uppol2:
wd2; wd4; apl2
[inout] Inputs for function uppol2:
\nothing
[inout] Out (internal) for function main:
G; tmp; tmp_0; tmp_1; tmp_2
[inout] Inputs for function main:
G
|