File: depend4.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 (74 lines) | stat: -rw-r--r-- 2,674 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
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/impact/depend4.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
  a ∈ {0}
  r1 ∈ {0}
  r2 ∈ {0}
[value] computing for function g1 <- main.
        Called from tests/impact/depend4.i:27.
[value] computing for function aux <- g1 <- main.
        Called from tests/impact/depend4.i:19.
[value] Recording results for aux
[from] Computing for function aux
[from] Done for function aux
[value] Done for function aux
[value] Recording results for g1
[from] Computing for function g1
[from] Done for function g1
[value] Done for function g1
[value] computing for function f <- main.
        Called from tests/impact/depend4.i:29.
[value] Recording results for f
[from] Computing for function f
[from] Done for function f
[value] Done for function f
[value] computing for function g2 <- main.
        Called from tests/impact/depend4.i:30.
[value] computing for function aux <- g2 <- main.
        Called from tests/impact/depend4.i:23.
[value] Recording results for aux
[from] Computing for function aux
[from] Done for function aux
[value] Done for function aux
[value] Recording results for g2
[from] Computing for function g2
[from] Done for function g2
[value] Done for function g2
[value] Recording results for main
[from] Computing for function main
[from] Done for function main
[value] done for function main
[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
[from] call to aux at tests/impact/depend4.i:19 (by g1):
  r2 FROM a; p; cond
[from] call to aux at tests/impact/depend4.i:23 (by g2):
  r1 FROM a; p; cond
[from] call to g1 at tests/impact/depend4.i:27 (by main):
  r2 FROM a
[from] call to f at tests/impact/depend4.i:29 (by main):
  a FROM \nothing
[from] call to g2 at tests/impact/depend4.i:30 (by main):
  r1 FROM a
[from] entry point:
  a FROM \nothing
  r1 FROM \nothing
  r2 FROM a
[from] ====== END OF CALLWISE DEPENDENCIES ======
[impact] beginning analysis
[pdg] computing for function main
[pdg] done for function main
[pdg] computing for function f
[pdg] done for function f
[pdg] computing for function g2
[pdg] done for function g2
[pdg] computing for function aux
[pdg] done for function aux
[impact] impacted statements of stmt(s) 18 are:
           tests/impact/depend4.i:13 (sid 6): r1 = *p;
           tests/impact/depend4.i:15 (sid 7): r2 = *p;
           tests/impact/depend4.i:23 (sid 13): aux(& a,1);
           tests/impact/depend4.i:30 (sid 19): g2();
[impact] analysis done