File: pointer.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 (80 lines) | stat: -rw-r--r-- 2,584 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
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/pointer.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}
  y ∈ {0}
  c ∈ {0}
  p ∈ {0}
  q ∈ {0}
  T[0..9] ∈ {0}
  cc1 ∈ {0}
  cc2 ∈ {0}
[value] computing for function k <- main.
        Called from tests/value/pointer.i:37.
[value] computing for function l <- k <- main.
        Called from tests/value/pointer.i:29.
[value] Recording results for l
[value] Done for function l
[value] Recording results for k
[value] Done for function k
[value] computing for function k <- main.
        Called from tests/value/pointer.i:38.
[value] computing for function l <- k <- main.
        Called from tests/value/pointer.i:29.
[value] Recording results for l
[value] Done for function l
[value] Recording results for k
[value] Done for function k
tests/value/pointer.i:40:[value] warning: pointer comparison.
                 assert \pointer_comparable((void *)((int *)T - 1), (void *)((int *)T));
tests/value/pointer.i:41:[value] warning: pointer comparison.
                 assert \pointer_comparable((void *)((int *)T), (void *)(&T[12]));
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function l:
  x ∈ {19}
  c ∈ {19}
[value:final-states] Values at end of function k:
  x ∈ {19}
  c ∈ {19}
[value:final-states] Values at end of function main:
  x ∈ {19}
  c ∈ {19}
  cc1 ∈ {1; 99}
  cc2 ∈ {1; 99}
[from] Computing for function l
[from] Done for function l
[from] Computing for function k
[from] Done for function k
[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 l:
  x FROM x; y_0 (and SELF)
  c FROM x; y_0 (and SELF)
[from] Function k:
  x FROM x; x_0 (and SELF)
  c FROM x; x_0 (and SELF)
[from] Function main:
  x FROM \nothing
  c FROM \nothing
  cc1 FROM en
  cc2 FROM en
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function l:
          x; c
[inout] Inputs for function l:
          x
[inout] Out (internal) for function k:
          x; c
[inout] Inputs for function k:
          x
[inout] Out (internal) for function main:
          x; c; cc1; cc2
[inout] Inputs for function main:
          x; cc2