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
-
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
-
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
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-29.0-Copper.tar.gz
sha256=d2fbb3b8d0ff83945872e9e6fa258e934a706360e698dae3b4d5f971addf7493
doc/frama-c.kernel/Frama_c_kernel/State_builder/Register/argument-2-_/index.html
Parameter Register._
type t = Datatype.t
Type of the state to register.
val create : unit -> t
How to create a new fresh state which must be equal to the initial state: that is, if you never change the state, create ()
and get ()
must be equal (see invariant 1 below).
val clear : t -> unit
How to clear a state. After clearing, the state should be observationally the same that after its creation (see invariant 2 below).
val get : unit -> t
How to access to the current state. Be aware of invariants 3 and 4 below.
val set : t -> unit
How to change the current state. Be aware of invariants 3 and 4 below.
The four following invariants must hold.
create ()
returns a fresh value- forall
(p:t)
copy p
returns a fresh value - forall
(p:t)
,create () = (clear p; set p; get ())
- forall
(p1:t),(p2:t)
such thatp1 != p2
,(set p1; get ()) != s2
val clear_some_projects : (Project_skeleton.t -> bool) -> t -> bool
clear_if_project f x
must clear any value v
of type project of x
such that f v
is true
. Of course, if the type t
does not contain any object of type project
, this function should do nothing and safely returns fun _ -> false
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>