-
David Bühler authored
In all files, all occurrences of "[eva] done for function" have been replaced by "[eva] Done for function".
David Bühler authoredIn all files, all occurrences of "[eva] done for function" have been replaced by "[eva] Done for function".
use_spec.0.res.oracle 1.44 KiB
[kernel] Parsing use_spec.i (no preprocessing)
[kernel:CERT:MSC:37] use_spec.i:18: Warning:
Body of function f falls-through. Adding a return statement
[slicing] slicing requests in progress...
[eva] Analyzing a complete application starting at main
[eva] Computing initial state
[eva] Initial state computed
[eva:initial-state] Values of globals at initialization
x ∈ {0}
y ∈ {0}
z ∈ {0}
t ∈ {0}
G1 ∈ {0}
G2 ∈ {0}
[eva] computing for function f <- main.
Called from use_spec.i:25.
[eva] using specification for function f
[eva] Done for function f
[eva] Recording results for main
[eva] Done for function main
[slicing] initializing slicing ...
[slicing] interpreting slicing requests from the command line...
[pdg] computing for function main
[from] Computing for function f
[from] Done for function f
[pdg] done for function main
[slicing] applying all slicing requests...
[slicing] applying 0 actions...
[slicing] applying all slicing requests...
[slicing] applying 1 actions...
[slicing] applying actions: 1/1...
[slicing] exporting project to 'Slicing export'...
[slicing] applying all slicing requests...
[slicing] applying 0 actions...
[sparecode] remove unused global declarations from project 'Slicing export tmp'
[sparecode] removed unused global declarations in new project 'Slicing export'
/* Generated by Frama-C */
int x;
int f(void);
int main(void)
{
f();
return x;
}
[kernel] Parsing ocode_0_use_spec.i (no preprocessing)