Make.StoreStorage of the states computed by the analysis. Automatically built by Domain_builder.Complete.
val set_state :
?callstack:Callstack.t ->
Eva__.Domain_store.control_point ->
t ->
unitRegisters the state computed at a control point:
callstack if provided;val get_state :
?callstack:Callstack.t ->
Eva__.Domain_store.control_point ->
t Eval.or_top_bottomReturns:
`Top if no analysis has started or if states are not stored.set_state with the same arguments.`Bottom if no such call has been made.val callstacks :
Eva__.Domain_store.control_point ->
Callstack.t list Eval.or_topReturns all callstacks from previous calls to set_state for the given control point.