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
ad54503b
Commit
ad54503b
authored
3 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[wp/doc] Document terminates options
parent
cada6a33
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/doc/manual/wp_plugin.tex
+9
-0
9 additions, 0 deletions
src/plugins/wp/doc/manual/wp_plugin.tex
with
9 additions
and
0 deletions
src/plugins/wp/doc/manual/wp_plugin.tex
+
9
−
0
View file @
ad54503b
...
@@ -977,6 +977,15 @@ weakest precondition calculus.
...
@@ -977,6 +977,15 @@ weakest precondition calculus.
it is generally not necessary and it can generates a large number of
it is generally not necessary and it can generates a large number of
verifications for structures with many (nested) fields.
\texttt
{
-1
}
enables
verifications for structures with many (nested) fields.
\texttt
{
-1
}
enables
full unfolding.
full unfolding.
\item
[\tt -wp-(no)-declarations-terminate]
function declarations without
\texttt
{
terminates
}
specification are considered to terminate when called
(default is:
\texttt
{
yes
}
).
\item
[\tt -wp-(no)-definitions-terminate]
function definitions without
\texttt
{
terminates
}
specification are considered to terminate when called
(default is:
\texttt
{
no
}
).
\item
[\tt -wp-(no)-variant-with-terminates]
prove variant under termination
hypothesis (thus, under a
\texttt
{
terminates
\textbackslash
{}
false
}
, any
variant is trivial) (default is:
\texttt
{
no
}
).
\item
[\tt -wp-(no)-dynamic]
handles calls
\textit
{
via
}
function pointers
\item
[\tt -wp-(no)-dynamic]
handles calls
\textit
{
via
}
function pointers
thanks to the dedicated
\verb
+
@calls f1,...,fn
+
code annotation (default is:
\texttt
{
yes
}
).
thanks to the dedicated
\verb
+
@calls f1,...,fn
+
code annotation (default is:
\texttt
{
yes
}
).
\end{description}
\end{description}
...
...
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