File: alias.1.res.oracle

package info (click to toggle)
frama-c 20161101%2Bsilicon%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,324 kB
  • ctags: 35,695
  • sloc: ml: 200,142; ansic: 31,465; makefile: 2,334; sh: 1,643; lisp: 259; python: 85; asm: 26
file content (115 lines) | stat: -rw-r--r-- 3,057 bytes parent folder | download
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
109
110
111
112
113
114
115
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/alias.i (no preprocessing)
[value] Analyzing a complete application starting at main3
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  A ∈ {0}
  B ∈ {0}
  C ∈ {0}
  D ∈ {0}
  E ∈ {0}
  F ∈ {0}
  G ∈ {0}
  p[0..4] ∈ {0}
  q[0] ∈ {1}
   [1] ∈ {2}
   [2] ∈ {3}
   [3] ∈ {4}
   [4] ∈ {5}
  p2[0..4] ∈ {0}
  q2[0] ∈ {1}
    [1] ∈ {2}
    [2] ∈ {3}
    [3] ∈ {4}
    [4] ∈ {5}
  p3[0..4] ∈ {0}
  t ∈ {0}
  u ∈ {0}
  v ∈ {0}
  w ∈ {0}
  x ∈ {0}
  y ∈ {0}
  z ∈ {0}
  t2 ∈ {0}
  v2 ∈ {0}
  PTR1 ∈ {0}
  PTR2 ∈ {0}
  PTR3 ∈ {0}
  PTR4 ∈ {0}
  PTR5 ∈ {0}
  PTR6 ∈ {0}
  c ∈ [--..--]
  c1 ∈ [--..--]
  c2 ∈ [--..--]
  c3 ∈ [--..--]
  c4 ∈ [--..--]
  e ∈ {0}
  g ∈ {0}
  h ∈ {0}
  i ∈ {0}
  tz1 ∈ {0}
  tz2 ∈ {0}
  tz3 ∈ {0}
  tx ∈ {0}
  ty ∈ {0}
  tz ∈ {0}
  U ∈ {0}
  char1 ∈ {0}
  ll1 ∈ {0}
tests/value/alias.i:97:[value] warning: signed overflow. assert c + 1 ≤ 2147483647;
tests/value/alias.i:105:[value] warning: signed overflow. assert c + 1 ≤ 2147483647;
tests/value/alias.i:105:[value] warning: signed overflow. assert c + 2 ≤ 2147483647;
tests/value/alias.i:107:[value] warning: signed overflow. assert c + 10 ≤ 2147483647;
tests/value/alias.i:107:[value] warning: signed overflow. assert c + 11 ≤ 2147483647;
tests/value/alias.i:108:[value] warning: signed overflow. assert c + 3 ≤ 2147483647;
tests/value/alias.i:108:[value] warning: signed overflow. assert c + 4 ≤ 2147483647;
[value] Recording results for main3
[value] done for function main3
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main3:
  p2[0] ∈ {0; 96; 97; 98}
    [1..2] ∈ {0; 96; 97; 98; 99}
    [3] ∈ {0}
    [4] ∈ {0; 99}
  t ∈ {3; 4}
  u ∈ {0; 1}
  v ∈ {0; 1}
  x ∈ {0; 96; 97; 98; 99}
  z ∈ {0; 1; 2}
  t2 ∈ {0; 96; 97; 98; 99}
  v2 ∈ {-1; 0; 1; 2; 3; 4}
  PTR1 ∈ {{ &p2{[0], [1], [2]} }}
  PTR2 ∈ {{ &p2{[1], [2]} }}
  PTR3 ∈ {{ &p2{[1], [2], [4]} }}
  PTR4 ∈ {{ &p2{[1], [2]} }}
  p_0 ∈ {{ &s1 ; &s2 }}
  s1.a ∈ {2; 7}
    .b ∈ {4}
    .c ∈ {6}
  s2.a ∈ {1; 7}
    .b ∈ {3}
    .c ∈ {5}
[from] Computing for function main3
[from] Done for function main3
[from] ====== DEPENDENCIES COMPUTED ======
       These dependencies hold at termination for the executions that terminate:
[from] Function main3:
  p2{[0..2]; [4]} FROM c (and SELF)
  t FROM c
  u FROM c
  v FROM c
  x FROM p2[0..2]; c
  z FROM w; c
  t2 FROM p2[0..2]; c
  v2 FROM c
  PTR1 FROM c
  PTR2 FROM c
  PTR3 FROM c
  PTR4 FROM c
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main3:
          p2{[0..2]; [4]}; t; u; v; x; z; t2; v2; PTR1; PTR2; PTR3; PTR4; p_0; 
          s1; s2; tmp; tmp_0; tmp_1; tmp_2; tmp_3
[inout] Inputs for function main3:
          p2[0..2]; u; v; w; PTR1; PTR2; PTR3; PTR4; c