1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/ulongvslonglong.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
x ∈ {0}
x2 ∈ {0}
x9[0..5][0..1] ∈ {0}
tests/value/ulongvslonglong.i:12:[value] entering loop for the first time
tests/value/ulongvslonglong.i:14:[value] entering loop for the first time
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
x ∈ {0}
x2 ∈ {-1501552701}
x9[0..5][0..1] ∈ {0; 1}
|