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
5a5776bb
Commit
5a5776bb
authored
3 years ago
by
David Bühler
Committed by
Andre Maroneze
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] User manual: fixes the section about 'Library function' imprecision origin.
parent
49eb96a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/value/main.tex
+16
-4
16 additions, 4 deletions
doc/value/main.tex
with
16 additions
and
4 deletions
doc/value/main.tex
+
16
−
4
View file @
5a5776bb
...
...
@@ -1361,12 +1361,24 @@ the 32-bit word read is made of the last two bytes from \lstinline|t[0]|
and the first two bytes from
\lstinline
|t[1]|.
\subsubsection
{
Call to an unknown function
}
The origin
\lstinline
$
Library function L
$
is used for the result of
recursive functions or calls to function pointers whose value is not known
precisely.
The origin
\lstinline
$
Library function L
$
arises from the interpretation
of a function specification, when an
\lstinline
|assigns| clause applies to
pointer values.
A function specification is only used for:
\begin{itemize}
\item
functions whose body is not provided, and for which no Eva builtins
exist. See section~
\ref
{
builtins-list
}
for a list of available builtins.
\item
recursive functions that cannot be completely analyzed;
see section~
\ref
{
recursion
}
for more details.
\item
functions given to the
\verb
+
-eva-use-spec
+
option;
see section~
\ref
{
val-use-spec
}
for more details.
\end{itemize}
\subsubsection
{
Fusion of values with different alignments
}
The notation
\lstinline
$
Merge L
$
that memory states
with incompatible
The notation
\lstinline
$
Merge L
$
indicates
that memory states with incompatible
alignments are fused together. In the example below,
the memory states from
the then branch and from the else branch contain in the array
...
...
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