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
df66bc4c
Commit
df66bc4c
authored
9 years ago
by
Boris Yakobowski
Browse files
Options
Downloads
Patches
Plain Diff
Adapt to branch feature/boris/valid-function-predicate
parent
c25373c0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/plugins/e-acsl/mmodel_analysis.ml
+1
-0
1 addition, 0 deletions
src/plugins/e-acsl/mmodel_analysis.ml
src/plugins/e-acsl/translate.ml
+1
-0
1 addition, 0 deletions
src/plugins/e-acsl/translate.ml
src/plugins/e-acsl/typing.ml
+1
-0
1 addition, 0 deletions
src/plugins/e-acsl/typing.ml
with
3 additions
and
0 deletions
src/plugins/e-acsl/mmodel_analysis.ml
+
1
−
0
View file @
df66bc4c
...
...
@@ -310,6 +310,7 @@ module rec Transfer
|
Pfresh
_
->
Error
.
not_yet
"
\\
fresh"
|
Pseparated
_
->
Error
.
not_yet
"
\\
separated"
|
Pdangling
_
->
Error
.
not_yet
"
\\
dangling"
|
Pvalid_function
_
->
Error
.
not_yet
"
\\
valid_function"
|
Ptrue
|
Pfalse
|
Papp
_
|
Prel
_
|
Pand
_
|
Por
_
|
Pxor
_
|
Pimplies
_
|
Piff
_
|
Pnot
_
|
Pif
_
|
Plet
_
|
Pforall
_
|
Pexists
_
|
Pat
_
|
Psubtype
_
->
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/translate.ml
+
1
−
0
View file @
df66bc4c
...
...
@@ -564,6 +564,7 @@ and named_predicate_content_to_exp ?name kf env p =
|
Papp
_
->
not_yet
env
"logic function application"
|
Pseparated
_
->
not_yet
env
"
\\
separated"
|
Pdangling
_
->
not_yet
env
"
\\
dangling"
|
Pvalid_function
_
->
not_yet
env
"
\\
valid_function"
|
Prel
(
rel
,
t1
,
t2
)
->
let
e
,
env
=
comparison_to_exp
~
loc
kf
env
(
relation_to_binop
rel
)
t1
t2
None
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/typing.ml
+
1
−
0
View file @
df66bc4c
...
...
@@ -452,6 +452,7 @@ let rec type_predicate_named p =
|
Papp
_
->
Error
.
not_yet
"logic function application"
|
Pseparated
_
->
Error
.
not_yet
"
\\
separated"
|
Pdangling
_
->
Error
.
not_yet
"
\\
dangling"
|
Pvalid_function
_
->
Error
.
not_yet
"
\\
valid_function"
|
Prel
(
_
,
t1
,
t2
)
->
ignore
(
type_term
t1
);
ignore
(
type_term
t2
)
...
...
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