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 in a map.
val empty : tval fold : (exp -> (value, origin) record_val -> 'a -> 'a) -> t -> 'a -> 'aval find_loc : t -> lval -> loc record_loc or_top