package frama-c
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
SSylvain Chiron
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
BBenjamin Jorge
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
KKilyan Le Gallic
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
CCécile Ruet-Cros
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
sha256=095ffbb3086a6cd963a03e3defab4f0dc32e9a43f026e552ec9ae346a6e20522
doc/frama-c-eva.core/Eva/Export/index.html
Module Eva.Export
val export_value :
loc:Frama_c_kernel.Cil_types.location ->
?name:string list ->
Frama_c_kernel.Cil_types.lval ->
Results.request ->
Frama_c_kernel.Cil_types.predicate
Generates a predicate characterizing the domain of the l-value.
val export_stmt :
?callstack:Callstack.t ->
?name:string list ->
Frama_c_kernel.Cil_types.stmt ->
Frama_c_kernel.Cil_types.predicate list
Generates a collection of predicates for each l-value that is read by the instruction or the branching condition of the statement. Other kinds of statements, like loops, blocks and exceptions are not visited.
More precisely, for set and call instructions: the written l-values from left-hand-side are not visited, but their inner l-values are visited; any l-value from the right-hand-side of the instruction is also visited.
val emitter : Frama_c_kernel.Emitter.t
Emitter used for generating domain assertions.
val generator : unit -> Frama_c_kernel.Visitor.frama_c_inplace
Creates a visitor that can be used to generate new annotations for all visited instructions. The generated assertions are associated with the local emitter
. They are all assigned a valid status by Analysis.emitter
.
val cleaner : unit -> Frama_c_kernel.Visitor.frama_c_inplace
Creates a visitor that can be used to remove all generated annotations from emitter
. This will also remove their associated status.