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
- 
  
    
    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.0-Nickel.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=29612882330ecb6eddd0b4ca3afc0492b70d0feb3379a1b8e893194c6e173983
    
    
  doc/frama-c-eva.gui/Eva_gui/Gui_eval/Make/argument-1-X/Dom/Store/index.html
Module Dom.Store
Storage of the states computed by the analysis. Automatically built by Domain_builder.Complete.
val register_global_state : bool -> t Eva.Eval.or_bottom -> unitCalled once at the analysis beginning for the entry state of the main function. The boolean indicates whether the states of this domain must be saved during the analysis, according to options -eva-no-results. If it is false, register functions do nothing, and get functions return Top.
val register_initial_state : 
  Eva.Callstack.t ->
  Frama_c_kernel.Cil_types.kernel_function ->
  t ->
  unitval register_state_before_stmt : 
  Eva.Callstack.t ->
  Frama_c_kernel.Cil_types.stmt ->
  t ->
  unitval register_state_after_stmt : 
  Eva.Callstack.t ->
  Frama_c_kernel.Cil_types.stmt ->
  t ->
  unitval get_global_state : unit -> t Eva.Eval.or_bottomAllows accessing the states inferred by an Eva analysis after it has been computed with the domain enabled.
val get_initial_state : 
  Frama_c_kernel.Cil_types.kernel_function ->
  t Eva.Eval.or_bottomval get_initial_state_by_callstack : 
  ?selection:Eva.Callstack.t list ->
  Frama_c_kernel.Cil_types.kernel_function ->
  t Eva.Callstack.Hashtbl.t Eva.Eval.or_top_bottomval get_stmt_state : 
  after:bool ->
  Frama_c_kernel.Cil_types.stmt ->
  t Eva.Eval.or_bottomval get_stmt_state_by_callstack : 
  ?selection:Eva.Callstack.t list ->
  after:bool ->
  Frama_c_kernel.Cil_types.stmt ->
  t Eva.Callstack.Hashtbl.t Eva.Eval.or_top_bottom sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >