Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VFPG
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POLLIEN Baptiste
VFPG
Commits
d2d2bd3b
Commit
d2d2bd3b
authored
1 year ago
by
WASQUEL Valentin
Browse files
Options
Downloads
Patches
Plain Diff
rename No_external_call to ._statement
parent
f7373a56
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/semantics/FPBigStepClight.v
+28
-28
28 additions, 28 deletions
src/semantics/FPBigStepClight.v
with
28 additions
and
28 deletions
src/semantics/FPBigStepClight.v
+
28
−
28
View file @
d2d2bd3b
...
...
@@ -339,48 +339,48 @@ Qed.
(
**
=====================================================
*
)
(
**
No_external_call
st
state
that
st
doesn
'
t
have
any
direct
external
call
(
**
No_external_call
_statement
st
state
that
st
doesn
'
t
have
any
direct
external
call
e
.
i
.
there
is
no
Sbuiltin
.
However
,
Scall
are
alowed
and
i
don
'
t
know
if
they
might
have
external
call
*
)
Inductive
No_external_call
:
statement
->
Prop
:=
|
NEC_Sskip
:
No_external_call
Sskip
|
NEC_Sassign
:
forall
x
v
,
No_external_call
(
Sassign
x
v
)
|
NEC_Sset
:
forall
x
v
,
No_external_call
(
Sset
x
v
)
Inductive
No_external_call
_statement
:
statement
->
Prop
:=
|
NEC_Sskip
:
No_external_call
_statement
Sskip
|
NEC_Sassign
:
forall
x
v
,
No_external_call
_statement
(
Sassign
x
v
)
|
NEC_Sset
:
forall
x
v
,
No_external_call
_statement
(
Sset
x
v
)
(
**
Scall
might
be
dangerous
!
*
)
|
NEC_Scall
:
forall
i
e
le
,
No_external_call
(
Scall
i
e
le
)
|
NEC_Scall
:
forall
i
e
le
,
No_external_call
_statement
(
Scall
i
e
le
)
(
**
No
Sbuiltin
|
NEC_Sbuiltin
*
)
|
NEC_Ssequence
st1
st2
:
No_external_call
st1
->
No_external_call
st2
->
No_external_call
(
Ssequence
st1
st2
)
No_external_call
_statement
st1
->
No_external_call
_statement
st2
->
No_external_call
_statement
(
Ssequence
st1
st2
)
|
NEC_Sifthenelse
e
st1
st2
:
No_external_call
st1
->
No_external_call
st2
->
No_external_call
(
Sifthenelse
e
st1
st2
)
No_external_call
_statement
st1
->
No_external_call
_statement
st2
->
No_external_call
_statement
(
Sifthenelse
e
st1
st2
)
|
NEC_Sloop
st1
st2
:
No_external_call
st1
->
No_external_call
st2
->
No_external_call
(
Sloop
st1
st2
)
|
NEC_Sbreak
:
No_external_call
Sbreak
|
NEC_Scontinue
:
No_external_call
Scontinue
|
NEC_Sreturn
:
forall
e
,
No_external_call
(
Sreturn
e
)
No_external_call
_statement
st1
->
No_external_call
_statement
st2
->
No_external_call
_statement
(
Sloop
st1
st2
)
|
NEC_Sbreak
:
No_external_call
_statement
Sbreak
|
NEC_Scontinue
:
No_external_call
_statement
Scontinue
|
NEC_Sreturn
:
forall
e
,
No_external_call
_statement
(
Sreturn
e
)
|
NEC_Sswitch
:
forall
e
lst
,
No_external_call_labeled
lst
->
No_external_call
(
Sswitch
e
lst
)
No_external_call_
statement_
labeled
lst
->
No_external_call
_statement
(
Sswitch
e
lst
)
|
NEC_Slabel
:
forall
l
st
,
No_external_call
st
->
No_external_call
(
Slabel
l
st
)
|
NEC_Sgoto
:
forall
l
,
No_external_call
(
Sgoto
l
)
No_external_call
_statement
st
->
No_external_call
_statement
(
Slabel
l
st
)
|
NEC_Sgoto
:
forall
l
,
No_external_call
_statement
(
Sgoto
l
)
with
No_external_call_labeled
:
labeled_statements
->
Type
:=
|
NECL_LSnil
:
No_external_call_labeled
LSnil
with
No_external_call_
statement_
labeled
:
labeled_statements
->
Prop
:=
|
NECL_LSnil
:
No_external_call_
statement_
labeled
LSnil
|
NECL_LScons
:
forall
l
st
lst
,
No_external_call
st
->
No_external_call_labeled
lst
->
No_external_call_labeled
(
LScons
l
st
lst
).
No_external_call
_statement
st
->
No_external_call_
statement_
labeled
lst
->
No_external_call_
statement_
labeled
(
LScons
l
st
lst
).
Axiom
No_SBuiltin
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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