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/call_deep.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
R ∈ {77}
G ∈ {0}
pG ∈ {0}
F0 ∈ {0}
F1 ∈ {0}
H ∈ {0}
XX ∈ {0}
Fmain ∈ {0}
[value] computing for function f1 <- main.
Called from tests/value/call_deep.i:31.
[value] computing for function f0 <- f1 <- main.
Called from tests/value/call_deep.i:17.
[value] Recording results for f0
[value] Done for function f0
[value] Recording results for f1
[value] Done for function f1
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function f0:
G ∈ {77}
F0 ∈ {77}
[value:final-states] Values at end of function f1:
G ∈ {77}
F0 ∈ {77}
F1 ∈ {77}
H ∈ {77}
ph ∈ {{ &G }}
__retres ∈ {77}
[value:final-states] Values at end of function main:
G ∈ {77}
pG ∈ {{ &G }}
F0 ∈ {77}
F1 ∈ {77}
H ∈ {77}
XX ∈ {0}
Fmain ∈ {77}
ph ∈ {{ &G }}
pph ∈ {{ &ph }}
__retres ∈ {0}
[from] Computing for function f0
[from] Done for function f0
[from] Computing for function f1
[from] Done for function f1
[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 f0:
G FROM R; p0
F0 FROM R
\result FROM R
[from] Function f1:
G FROM R; pG
F0 FROM R
F1 FROM R
H FROM R; pp1; ph
ph FROM pG; pp1
\result FROM R; pG; pp1
[from] Function main:
G FROM R
pG FROM \nothing
F0 FROM R
F1 FROM R
H FROM R
XX FROM \nothing
Fmain FROM R
\result FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function f0:
G; F0
[inout] Inputs for function f0:
R
[inout] Out (internal) for function f1:
G; F0; F1; H; ph; __retres
[inout] Inputs for function f1:
R; G; pG; ph
[inout] Out (internal) for function main:
G; pG; F0; F1; H; XX; Fmain; ph; pph; __retres
[inout] Inputs for function main:
R; G; pG
|