package frama-c
Platform dedicated to the analysis of source code written in 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
frama-c-31.0-Gallium.tar.gz
sha256=a94384f00d53791cbb4b4d83ab41607bc71962d42461f02d71116c4ff6dca567
doc/frama-c-e-acsl.core/E_ACSL/E_acsl_visitor/index.html
Module E_ACSL.E_acsl_visitor
val case_globals :
default:(unit -> 'a) ->
?builtin:(Frama_c_kernel.Cil_types.varinfo -> 'a) ->
?fc_compiler_builtin:(Frama_c_kernel.Cil_types.varinfo -> 'a) ->
?rtl_symbol:(Frama_c_kernel.Cil_types.global -> 'a) ->
?fc_stdlib_generated:(Frama_c_kernel.Cil_types.varinfo -> 'a) ->
?var_fun_decl:(Frama_c_kernel.Cil_types.varinfo -> 'a) ->
?var_init:(Frama_c_kernel.Cil_types.varinfo -> 'a) ->
?var_def:
(Frama_c_kernel.Cil_types.varinfo -> Frama_c_kernel.Cil_types.init -> 'a) ->
?glob_annot:(Frama_c_kernel.Cil_types.global_annotation -> 'a) ->
fun_def:(Frama_c_kernel.Cil_types.fundec -> 'a) ->
Frama_c_kernel.Cil_types.global ->
'a
Function to descend into the root of the ast according to the various cases relevant for E-ACSL. Each of the named argument corresponds to the function to be applied in the corresponding case. The default
case is used if any optional argument is not given
builtin
is the case for C builtinsfc_builtin_compiler
is the case for frama-c or compiler builtinsrtl_symbol
is the case for any global coming from the runtime libraryfc_stdlib_generated
is the case for frama-c or standard library generated functionsvar_fun_decl
is the case for variables or functions declarationsvar_init
is the case for variable definition wihtout an initialization valuevar_def
is the case for variable definitions with an initialization valueglob_annot
is the case for global annotationsfun_def
is the case for function definition.
class visitor : Options.category -> object ... end
Visitor to visit the AST in the same manner than the injector.
val must_translate_ppt_ref : (Frama_c_kernel.Property.t -> bool) Stdlib.ref
val must_translate_ppt_opt_ref :
(Frama_c_kernel.Property.t option -> bool) Stdlib.ref
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>