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/Logic_typing/Make/index.html
Module Logic_typing.Make
Parameters
module _ : sig ... end
Signature
val type_of_field :
Cil_types.location ->
string ->
Cil_types.logic_type ->
Cil_types.term_offset * Cil_types.logic_type
val mk_cast :
?explicit:bool ->
Cil_types.term ->
Cil_types.logic_type ->
Cil_types.term
val conditional_conversion :
Cil_types.location ->
Logic_ptree.relation option ->
Cil_types.term ->
Cil_types.term ->
Cil_types.logic_type
conditional_conversion loc rel t1 t2
tries to find a common type between two terms, either as part of a comparison or a conditional. comparisons can notably introduce logic coercions to Real, potentially with a warning if acsl-float-compare
is active.
val term : Lenv.t -> Logic_ptree.lexpr -> Cil_types.term
type-checks a term.
val predicate : Lenv.t -> Logic_ptree.lexpr -> Cil_types.predicate
val code_annot :
Cil_types.location ->
string list ->
Cil_types.logic_type ->
Logic_ptree.code_annot ->
Cil_types.code_annotation
code_annot loc behaviors rt annot
type-checks an in-code annotation.
val type_annot :
Cil_types.location ->
Logic_ptree.type_annot ->
Cil_types.logic_info
val model_annot :
Cil_types.location ->
Logic_ptree.model_annot ->
Cil_types.model_info
val annot : Logic_ptree.decl -> Cil_types.global_annotation
val funspec :
string list ->
Cil_types.varinfo ->
Cil_types.varinfo list option ->
Cil_types.typ ->
Logic_ptree.spec ->
Cil_types.funspec
funspec behaviors f prms typ spec
type-checks a function contract.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page