package frama-c
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Platform dedicated to the analysis of source code written in C
Install
    
    dune-project
 Dependency
Authors
- 
  
    
    MMichele Alberti
- 
  
    
    TThibaud Antignac
- 
  
    
    GGergö Barany
- 
  
    
    PPatrick Baudin
- 
  
    
    TThibaut Benjamin
- 
  
    
    AAllan Blanchard
- 
  
    
    LLionel Blatter
- 
  
    
    FFrançois Bobot
- 
  
    
    RRichard Bonichon
- 
  
    
    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
- 
  
    
    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-28.1-Nickel.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=0220bc743b7da2468ceb926f331edc7ddfaa7c603ba47962de3e33c8e1e3f593
    
    
  doc/frama-c.kernel/Frama_c_kernel/Parameter_builder/Make/index.html
Module Parameter_builder.Make
Parameters
module _ : sig ... endSignature
module Bool (_ : sig ... end) : Parameter_sig.Boolmodule Action (_ : Parameter_sig.Input) : Parameter_sig.Boolmodule False (_ : Parameter_sig.Input) : Parameter_sig.Boolmodule True (_ : Parameter_sig.Input) : Parameter_sig.Boolmodule WithOutput (_ : sig ... end) : Parameter_sig.With_outputmodule Int (_ : sig ... end) : Parameter_sig.Intmodule Zero (_ : Parameter_sig.Input_with_arg) : Parameter_sig.Intmodule String (_ : sig ... end) : Parameter_sig.Stringmodule Empty_string (_ : Parameter_sig.Input_with_arg) : Parameter_sig.Stringmodule Fc_Filepath = Filepathmodule Filepath (_ : sig ... end) : Parameter_sig.Filepathmodule String_set (_ : Parameter_sig.Input_with_arg) : Parameter_sig.String_setmodule Filled_string_set (_ : sig ... end) : Parameter_sig.String_setmodule Fundec_set (_ : Parameter_sig.Input_with_arg) : Parameter_sig.Fundec_setmodule Filepath_list (_ : sig ... end) : Parameter_sig.Filepath_listmodule Filepath_map
  (V : Parameter_sig.Value_datatype with type key = Fc_Filepath.Normalized.t)
  (_ : sig ... end) : 
  Parameter_sig.Map
    with type key = Fc_Filepath.Normalized.t
     and type value = V.t
     and type t = V.t Datatype.Filepath.Map.tmodule Make_map
  (K : Parameter_sig.String_datatype_with_collections)
  (V : Parameter_sig.Value_datatype with type key = K.t)
  (_ : sig ... end) : 
  Parameter_sig.Map
    with type key = K.t
     and type value = V.t
     and type t = V.t K.Map.tParameter is a map where multibindings are **not** allowed.
module String_map
  (V : Parameter_sig.Value_datatype with type key = string)
  (_ : sig ... end) : 
  Parameter_sig.Map
    with type key = string
     and type value = V.t
     and type t = V.t Datatype.String.Map.tmodule Kernel_function_map
  (V : Parameter_sig.Value_datatype with type key = Cil_types.kernel_function)
  (_ : sig ... end) : 
  Parameter_sig.Map
    with type key = Cil_types.kernel_function
     and type value = V.t
     and type t = V.t Cil_datatype.Kf.Map.tAs for Kernel_function_set, by default keys can only be defined functions. Use Parameter_customize.argument_may_be_fundecl to also include pure prototypes.
module Make_multiple_map
  (K : Parameter_sig.String_datatype_with_collections)
  (V : Parameter_sig.Multiple_value_datatype with type key = K.t)
  (_ : sig ... end) : 
  Parameter_sig.Multiple_map
    with type key = K.t
     and type value = V.t
     and type t = V.t list K.Map.tParameter is a map where multibindings are allowed.
module String_multiple_map
  (V : Parameter_sig.Multiple_value_datatype with type key = string)
  (_ : sig ... end) : 
  Parameter_sig.Multiple_map
    with type key = string
     and type value = V.t
     and type t = V.t list Datatype.String.Map.tmodule Kernel_function_multiple_map
  (V : 
    Parameter_sig.Multiple_value_datatype
      with type key = Cil_types.kernel_function)
  (_ : sig ... end) : 
  Parameter_sig.Multiple_map
    with type key = Cil_types.kernel_function
     and type value = V.t
     and type t = V.t list Cil_datatype.Kf.Map.tAs for Kernel_function_set, by default keys can only be defined functions. Use Parameter_customize.argument_may_be_fundecl to also include pure prototypes.
val parameters : unit -> Typed_parameter.t list sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page