MemVal.EvaSourceThe glue between WP and EVA. *
abstract value *
literal eid cstr returns the pair of base identifier and abstract value corresponding to the concrete string constant cstr of unique expression identifier eid. eid should be a valid identifier for cstr. *
cvar x returns the abstract value corresponding to &x. *
field v fd returns the value obtained by access to field fd from v. *
shift v obj k returns the value obtained by access at an index k with type obj from v. *
load s v obj returns the value at the location given by v with type obj within the state s. *
domain v returns a list of all possible concrete bases of v. *
offset v returns a function which when applied with a term returns a predicate over v's offset.