Frama-C:
Plug-ins:
Libraries:

Frama-C API - Valuation

Results of an evaluation: the results of all intermediate calculation (the value of each expression and the location of each lvalue) are cached here. See Eval for more details.

type t
type value = value

Abstract value.

type origin = origin

Origin of values.

type loc = loc

Abstract memory location.

val empty : t
val fold : (Eva.Eval.exp -> (value, origin) Eva.Eval.record_val -> 'a -> 'a) -> t -> 'a -> 'a
val remove : t -> Eva.Eval.exp -> t
val remove_loc : t -> Eva.Eval.lval -> t