module Eva_results:sig..end
val is_non_terminating_instr : Cil_types.stmt -> boolReturns true iff there exists executions of the statement that does
not always fail/loop (for function calls). Must be called *only* on
statements that are instructions.
type results
val get_results : unit -> results
val set_results : results -> unit
val merge : results -> results -> results
val change_callstacks : (Value_types.callstack -> Value_types.callstack) ->
results -> resultsChange the callstacks for the results for which this is meaningful. For technical reasons, the top of the callstack must currently be preserved.