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 value = valueAbstract value.
type origin = originOrigin of values.
type loc = locationAbstract memory location.
val empty : tval find : t -> Eval.exp -> (value, origin) Eval.record_val Eval.or_topval fold : (Eval.exp -> (value, origin) Eval.record_val -> 'a -> 'a) -> t -> 'a -> 'aval find_loc : t -> Eval.lval -> loc Eval.record_loc Eval.or_top