Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
35b0067f
Commit
35b0067f
authored
4 years ago
by
Valentin Perrelle
Committed by
David Bühler
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] add Eva_annotations to Eva interface
parent
8caeb4ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/value/Eva.mli
+34
-0
34 additions, 0 deletions
src/plugins/value/Eva.mli
with
34 additions
and
0 deletions
src/plugins/value/Eva.mli
+
34
−
0
View file @
35b0067f
...
...
@@ -66,3 +66,37 @@ module Unit_tests: sig
(** Runs the unit tests of Eva. *)
val
run
:
unit
->
unit
end
module
Eva_annotations
:
sig
type
slevel_annotation
=
|
SlevelMerge
|
SlevelDefault
|
SlevelLocal
of
int
|
SlevelFull
type
unroll_annotation
=
|
UnrollAmount
of
Cil_types
.
term
|
UnrollFull
type
flow_annotation
=
|
FlowSplit
of
Cil_types
.
term
|
FlowMerge
of
Cil_types
.
term
type
allocation_kind
=
By_stack
|
Fresh
|
Fresh_weak
|
Imprecise
val
get_slevel_annot
:
Cil_types
.
stmt
->
slevel_annotation
option
val
get_unroll_annot
:
Cil_types
.
stmt
->
unroll_annotation
list
val
get_flow_annot
:
Cil_types
.
stmt
->
flow_annotation
list
val
get_subdivision_annot
:
Cil_types
.
stmt
->
int
list
val
get_allocation
:
Cil_types
.
stmt
->
allocation_kind
val
add_slevel_annot
:
emitter
:
Emitter
.
t
->
loc
:
Cil_types
.
location
->
Cil_types
.
stmt
->
slevel_annotation
->
unit
val
add_unroll_annot
:
emitter
:
Emitter
.
t
->
loc
:
Cil_types
.
location
->
Cil_types
.
stmt
->
unroll_annotation
->
unit
val
add_flow_annot
:
emitter
:
Emitter
.
t
->
loc
:
Cil_types
.
location
->
Cil_types
.
stmt
->
flow_annotation
->
unit
val
add_subdivision_annot
:
emitter
:
Emitter
.
t
->
loc
:
Cil_types
.
location
->
Cil_types
.
stmt
->
int
->
unit
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment