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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/struct_call.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
G ∈ {77}
GG ∈ {0}
t[0..3] ∈ {0}
tt[0..4] ∈ {0}
C{.c1; .[bits 16 to 31]} ∈ [--..--]
.c2 ∈ {{ NULL ; &S_c2_C[0] }}
S_c2_C[0..1] ∈ [--..--]
[value] computing for function main1 <- main.
Called from tests/value/struct_call.i:46.
[value] computing for function g <- main1 <- main.
Called from tests/value/struct_call.i:33.
[value] Called Frama_C_show_each_G({0})
[value] Recording results for g
[value] Done for function g
[value] computing for function create_A <- main1 <- main.
Called from tests/value/struct_call.i:34.
[value] Called Frama_C_show_each_GG(.x ∈ {1}
.y ∈ {0})
[value] Recording results for create_A
[value] Done for function create_A
[value] computing for function g <- main1 <- main.
Called from tests/value/struct_call.i:35.
[value] Called Frama_C_show_each_G(.x ∈ {0}
.y ∈ {77})
[value] Recording results for g
[value] Done for function g
[value] Recording results for main1
[value] Done for function main1
[value] computing for function h <- main.
Called from tests/value/struct_call.i:47.
[value] Called Frama_C_show_each([-32768..32767], {{ NULL ; &S_c2_C }})
[value] Recording results for h
[value] Done for function h
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function create_A:
r.x ∈ {1}
.y ∈ {0}
[value:final-states] Values at end of function g:
__retres ∈ {0; 77}
[value:final-states] Values at end of function h:
[value:final-states] Values at end of function main1:
GG ∈ {0}
t{[0]; [1].x} ∈ {0}
[1].y ∈ {77}
[2..3] ∈ {0}
i ∈ {1}
init.x ∈ {1}
.y ∈ {0}
[value:final-states] Values at end of function main:
GG ∈ {0}
t{[0]; [1].x} ∈ {0}
[1].y ∈ {77}
[2..3] ∈ {0}
[from] Computing for function create_A
[from] Done for function create_A
[from] Computing for function g
[from] Done for function g
[from] Computing for function h
[from] Done for function h
[from] Computing for function main1
[from] Done for function main1
[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 create_A:
\result FROM \nothing
[from] Function g:
\result FROM s.y
[from] Function h:
NO EFFECTS
[from] Function main1:
GG FROM tt[1]
t[1].y FROM G
\result FROM G; t[1].x
[from] Function main:
GG FROM tt[1]
t[1].y FROM G
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function create_A:
r
[inout] Inputs for function create_A:
\nothing
[inout] Out (internal) for function g:
__retres
[inout] Inputs for function g:
\nothing
[inout] Out (internal) for function h:
\nothing
[inout] Inputs for function h:
\nothing
[inout] Out (internal) for function main1:
GG; t[1].y; i; init; tmp_0
[inout] Inputs for function main1:
G; t[1]; tt[1]
[inout] Out (internal) for function main:
GG; t[1].y
[inout] Inputs for function main:
G; t[1]; tt[1]; C
|