Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
c6bf67b9
Commit
c6bf67b9
authored
Aug 04, 2020
by
Allan Blanchard
Browse files
[wp] Add a comment for Term context zones
parent
21d188a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/wp/MemoryContext.ml
View file @
c6bf67b9
...
...
@@ -46,7 +46,7 @@ type zone =
|
Var
of
varinfo
(* &x - the cell x *)
|
Ptr
of
varinfo
(* p - the cell pointed by p *)
|
Arr
of
varinfo
(* p+(..) - the cell and its neighbors pointed by p *)
|
Term
of
term
|
Term
of
term
(* use the ACSL term as is *)
type
partition
=
{
globals
:
zone
list
;
(* [ &G , G[...], ... ] *)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment