Frama_c_kernel.Widen_typeWidening hints for the Value Analysis datastructures.
include Datatype.Sinclude Datatype.S_no_copyval packed_descr : Structural_descr.packPacked version of the descriptor.
val reprs : t listList of representants of the descriptor.
val hash : t -> intHash function: same spec than Hashtbl.hash.
val mem_project : (Project_skeleton.t -> bool) -> t -> boolmem_project f x must return true iff there is a value p of type Project.t in x such that f p returns true.
val empty : tAn empty set of hints
val default : unit -> tA default set of hints
val pretty : Stdlib.Format.formatter -> t -> unitPretty-prints a set of hints (for debug purposes only).
val num_hints :
Cil_types.stmt option ->
Base.t option ->
Int_val.widen_hint ->
tDefine numeric hints for one or all variables (None), for a certain stmt or for all statements (None).
val float_hints :
Cil_types.stmt option ->
Base.t option ->
Fval.widen_hint ->
tDefine floating hints for one or all variables (None), for a certain stmt or for all statements (None).
val var_hints : Cil_types.stmt -> Base.Set.t -> tDefine a set of bases to widen in priority for a given statement.
val hints_from_keys :
Cil_types.stmt ->
t ->
Base.Set.t * (Base.t -> Locations.Location_Bytes.widen_hint)Widen hints for a given statement, suitable for function Cvalue.Model.widen.