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
a7b9ef95
Commit
a7b9ef95
authored
4 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] Clarifies the documentation of [replace_base] in lmap and locations.
parent
133e377f
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/kernel_services/abstract_interp/lmap_sig.mli
+2
-1
2 additions, 1 deletion
src/kernel_services/abstract_interp/lmap_sig.mli
src/kernel_services/abstract_interp/locations.mli
+2
-1
2 additions, 1 deletion
src/kernel_services/abstract_interp/locations.mli
with
4 additions
and
2 deletions
src/kernel_services/abstract_interp/lmap_sig.mli
+
2
−
1
View file @
a7b9ef95
...
@@ -151,7 +151,8 @@ val filter_by_shape: 'a Hptmap.Shape(Base.Base).t -> t -> t
...
@@ -151,7 +151,8 @@ val filter_by_shape: 'a Hptmap.Shape(Base.Base).t -> t -> t
val
remove_base
:
Base
.
t
->
t
->
t
val
remove_base
:
Base
.
t
->
t
->
t
(** [replace_bases substitition map] replaces some bases in [map]
(** [replace_bases substitition map] replaces some bases in [map]
according to [substitution]. *)
according to [substitution]. If [substitution] conflates different bases,
the offsetmaps bound to these bases are joined. *)
val
replace_base
:
Base
.
substitution
->
t
->
t
val
replace_base
:
Base
.
substitution
->
t
->
t
...
...
This diff is collapsed.
Click to expand it.
src/kernel_services/abstract_interp/locations.mli
+
2
−
1
View file @
a7b9ef95
...
@@ -80,7 +80,8 @@ module Location_Bytes : sig
...
@@ -80,7 +80,8 @@ module Location_Bytes : sig
val
replace_base
:
Base
.
substitution
->
t
->
bool
*
t
val
replace_base
:
Base
.
substitution
->
t
->
bool
*
t
(** [replace_base subst loc] changes the location [loc] by substituting the
(** [replace_base subst loc] changes the location [loc] by substituting the
pointed bases according to [subst]. *)
pointed bases according to [subst]. If [substitution] conflates different
bases, the offsets bound to these bases are joined. *)
val
diff
:
t
->
t
->
t
val
diff
:
t
->
t
->
t
(** Over-approximation of difference. [arg2] needs to be exact or an
(** Over-approximation of difference. [arg2] needs to be exact or an
...
...
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