package frama-c
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Platform dedicated to the analysis of source code written in 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
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
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-30.0-beta-Zinc.tar.gz
sha256=93a291a8764644df2f3618d7ea18258b5fbe0912ec98dfdfd180967afdf24474
doc/frama-c.kernel/Frama_c_kernel/Visitor_behavior/Set/index.html
Module Visitor_behavior.Set
Set operations on behaviors, allows to change the representative of a given AST element in the current state of the visitor. Use with care (i.e. makes sure that the old one is not referenced anywhere in the AST, or sharing will be lost).
Set.ast_element vis e s with e and s of type ast_element changes the representative of e to s in vis. For example, for Cil_types.varinfo: Set.varinfo vis vi new_representative.
val varinfo : t -> Cil_types.varinfo -> Cil_types.varinfo -> unitval compinfo : t -> Cil_types.compinfo -> Cil_types.compinfo -> unitval enuminfo : t -> Cil_types.enuminfo -> Cil_types.enuminfo -> unitval enumitem : t -> Cil_types.enumitem -> Cil_types.enumitem -> unitval typeinfo : t -> Cil_types.typeinfo -> Cil_types.typeinfo -> unitval stmt : t -> Cil_types.stmt -> Cil_types.stmt -> unitval logic_info : t -> Cil_types.logic_info -> Cil_types.logic_info -> unitval logic_type_info :
t ->
Cil_types.logic_type_info ->
Cil_types.logic_type_info ->
unitval fieldinfo : t -> Cil_types.fieldinfo -> Cil_types.fieldinfo -> unitval model_info : t -> Cil_types.model_info -> Cil_types.model_info -> unitval logic_var : t -> Cil_types.logic_var -> Cil_types.logic_var -> unitval kernel_function :
t ->
Cil_types.kernel_function ->
Cil_types.kernel_function ->
unitval fundec : t -> Cil_types.fundec -> Cil_types.fundec -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>