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
4e1807e7
Commit
4e1807e7
authored
4 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
b86586c1
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/wp/MemoryContext.ml
+5
-5
5 additions, 5 deletions
src/plugins/wp/MemoryContext.ml
with
5 additions
and
5 deletions
src/plugins/wp/MemoryContext.ml
+
5
−
5
View file @
4e1807e7
...
...
@@ -29,9 +29,9 @@ type param =
|
NotUsed
|
ByAddr
|
ByValue
|
ByShift
|
ByRef
|
InContext
of
validity
|
InArray
of
validity
let
nullable
_string
=
function
|
Valid
->
""
|
Nullable
->
"
(nullable)"
let
pp_
nullable
fmt
=
function
|
Valid
->
()
|
Nullable
->
Format
.
pp_print_string
fmt
"
(nullable)"
let
pp_param
fmt
=
function
|
NotUsed
->
Format
.
pp_print_string
fmt
"not used"
...
...
@@ -39,8 +39,8 @@ let pp_param fmt = function
|
ByValue
->
Format
.
pp_print_string
fmt
"by value"
|
ByShift
->
Format
.
pp_print_string
fmt
"by value with shift"
|
ByRef
->
Format
.
pp_print_string
fmt
"by ref"
|
InContext
n
->
Format
.
pp_
print
_string
fmt
(
"in context
"
^
nullable
_string
n
)
|
InArray
n
->
Format
.
pp_
print
_string
fmt
(
"in array
"
^
nullable
_string
n
)
|
InContext
n
->
Format
.
f
print
f
fmt
"in context
%a"
pp_
nullable
n
|
InArray
n
->
Format
.
f
print
f
fmt
"in array
%a"
pp_
nullable
n
(* -------------------------------------------------------------------------- *)
(* --- Separation Hypotheses --- *)
...
...
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