package frama-c
Install
dune-project
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
-
FFabien Siron
-
NNicolas Stouls
-
HHugo Thievenaz
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
sha256=868d57ef8007fe6c0836cd151d8c294003af34aa678285eff9547662cad36aa3
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.predicateGenerates 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 listGenerates 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.tEmitter used for generating domain assertions.
val generator : unit -> Frama_c_kernel.Visitor.frama_c_inplaceCreates 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_inplaceCreates a visitor that can be used to remove all generated annotations from emitter. This will also remove their associated status.