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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Vincent Laviron
frama-c
Commits
6e7ceecb
Commit
6e7ceecb
authored
4 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] Eval_op: removes unused functions.
parent
85aee736
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/value/legacy/eval_op.ml
+0
-8
0 additions, 8 deletions
src/plugins/value/legacy/eval_op.ml
src/plugins/value/legacy/eval_op.mli
+0
-8
0 additions, 8 deletions
src/plugins/value/legacy/eval_op.mli
with
0 additions
and
16 deletions
src/plugins/value/legacy/eval_op.ml
+
0
−
8
View file @
6e7ceecb
...
@@ -39,14 +39,6 @@ let offsetmap_of_loc location state =
...
@@ -39,14 +39,6 @@ let offsetmap_of_loc location state =
in
in
Precise_locs
.
fold
aux
location
`Bottom
Precise_locs
.
fold
aux
location
`Bottom
let
wrap_int
i
=
Some
(
offsetmap_of_v
~
typ
:
Cil
.
intType
i
)
let
wrap_ptr
p
=
Some
(
offsetmap_of_v
~
typ
:
Cil
.
intPtrType
p
)
let
wrap_double
d
=
Some
(
offsetmap_of_v
~
typ
:
Cil
.
doubleType
d
)
let
wrap_float
d
=
Some
(
offsetmap_of_v
~
typ
:
Cil
.
floatType
d
)
let
wrap_size_t
i
=
Some
(
offsetmap_of_v
~
typ
:
(
Cil
.
theMachine
.
Cil
.
typeOfSizeOf
)
i
)
let
wrap_long_long
i
=
Some
(
offsetmap_of_v
~
typ
:
Cil
.
longLongType
i
)
let
v_uninit_of_offsetmap
~
typ
offsm
=
let
v_uninit_of_offsetmap
~
typ
offsm
=
let
size
=
Eval_typ
.
sizeof_lval_typ
typ
in
let
size
=
Eval_typ
.
sizeof_lval_typ
typ
in
match
size
with
match
size
with
...
...
This diff is collapsed.
Click to expand it.
src/plugins/value/legacy/eval_op.mli
+
0
−
8
View file @
6e7ceecb
...
@@ -33,14 +33,6 @@ val offsetmap_of_v: typ:Cil_types.typ -> V.t -> V_Offsetmap.t
...
@@ -33,14 +33,6 @@ val offsetmap_of_v: typ:Cil_types.typ -> V.t -> V_Offsetmap.t
val
offsetmap_of_loc
:
val
offsetmap_of_loc
:
Precise_locs
.
precise_location
->
Model
.
t
->
V_Offsetmap
.
t
Eval
.
or_bottom
Precise_locs
.
precise_location
->
Model
.
t
->
V_Offsetmap
.
t
Eval
.
or_bottom
(** Specialization of the function above for standard types *)
val
wrap_size_t
:
V
.
t
->
V_Offsetmap
.
t
option
val
wrap_int
:
V
.
t
->
V_Offsetmap
.
t
option
val
wrap_ptr
:
V
.
t
->
V_Offsetmap
.
t
option
val
wrap_double
:
V
.
t
->
V_Offsetmap
.
t
option
val
wrap_float
:
V
.
t
->
V_Offsetmap
.
t
option
val
wrap_long_long
:
V
.
t
->
V_Offsetmap
.
t
option
val
backward_comp_left_from_type
:
val
backward_comp_left_from_type
:
logic_type
->
logic_type
->
(
bool
->
Abstract_interp
.
Comp
.
t
->
Cvalue
.
V
.
t
->
Cvalue
.
V
.
t
->
Cvalue
.
V
.
t
)
(
bool
->
Abstract_interp
.
Comp
.
t
->
Cvalue
.
V
.
t
->
Cvalue
.
V
.
t
->
Cvalue
.
V
.
t
)
...
...
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