Module Literal_strings

module Literal_strings: sig .. end
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 -> Cil_types.varinfo -> unit
val find : string -> Cil_types.varinfo
val fold : (string -> Cil_types.varinfo -> 'a -> 'a) -> 'a -> 'a