package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Associate literal strings to fresh varinfo.

val reset : unit -> unit

Must be called to redo the analysis

val is_empty : unit -> bool
val add : string -> Frama_c_kernel.Cil_types.varinfo -> unit
val fold : (string -> Frama_c_kernel.Cil_types.varinfo -> 'a -> 'a) -> 'a -> 'a