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
b17d3375
Commit
b17d3375
authored
3 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] api: Exports the key of the equality domain.
parent
f089cd27
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/domains/equality/equality_domain.ml
+4
-3
4 additions, 3 deletions
src/plugins/value/domains/equality/equality_domain.ml
src/plugins/value/domains/equality/equality_domain.mli
+5
-3
5 additions, 3 deletions
src/plugins/value/domains/equality/equality_domain.mli
with
9 additions
and
6 deletions
src/plugins/value/domains/equality/equality_domain.ml
+
4
−
3
View file @
b17d3375
...
@@ -123,9 +123,6 @@ module Internal = struct
...
@@ -123,9 +123,6 @@ module Internal = struct
let
log_category
=
dkey
let
log_category
=
dkey
type
equalities
=
Equality
.
Set
.
t
let
project
(
t
,
_
,
_
)
=
t
let
pretty
fmt
(
eqs
,
_
,
_
)
=
Equality
.
Set
.
pretty
fmt
eqs
let
pretty
fmt
(
eqs
,
_
,
_
)
=
Equality
.
Set
.
pretty
fmt
eqs
let
pretty_debug
fmt
(
eqs
,
deps
,
modified
)
=
let
pretty_debug
fmt
(
eqs
,
deps
,
modified
)
=
...
@@ -170,6 +167,10 @@ end
...
@@ -170,6 +167,10 @@ end
module
Store
=
Domain_builder
.
Complete
(
Internal
)
module
Store
=
Domain_builder
.
Complete
(
Internal
)
type
t
=
Internal
.
t
let
key
=
Store
.
key
let
project
(
t
,
_
,
_
)
=
t
(* ------------------------- Abstract Domain -------------------------------- *)
(* ------------------------- Abstract Domain -------------------------------- *)
...
...
This diff is collapsed.
Click to expand it.
src/plugins/value/domains/equality/equality_domain.mli
+
5
−
3
View file @
b17d3375
...
@@ -31,12 +31,14 @@ type call_init_state =
...
@@ -31,12 +31,14 @@ type call_init_state =
|
ISEmpty
(** completely empty state, without impact on Memexec. *)
|
ISEmpty
(** completely empty state, without impact on Memexec. *)
type
t
val
key
:
t
Abstract_domain
.
key
val
project
:
t
->
Equality
.
Set
.
t
module
Make
(
Value
:
Abstract
.
Value
.
External
)
:
sig
module
Make
(
Value
:
Abstract
.
Value
.
External
)
:
sig
include
Abstract_domain
.
Leaf
with
type
value
=
Value
.
t
include
Abstract_domain
.
Leaf
with
type
value
=
Value
.
t
and
type
location
=
Precise_locs
.
precise_location
and
type
location
=
Precise_locs
.
precise_location
and
type
state
=
t
val
pretty_debug
:
Format
.
formatter
->
t
->
unit
val
pretty_debug
:
Format
.
formatter
->
t
->
unit
type
equalities
val
project
:
t
->
equalities
end
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