module Iterator:sig..end
val signal_abort : unit -> unitMark the analysis as aborted. It will be stopped at the next safe point
module Computer:functor (Abstract:Abstractions.Eva) ->functor (States:Powerset.Swith type state = Abstract.Dom.t) ->functor (Transfer:Transfer_stmt.Swith type state = Abstract.Dom.t and type value = Abstract.Val.t) ->functor (Init:Initialization.Swith type state := Abstract.Dom.t) ->functor (Logic:Transfer_logic.Swith type state = Abstract.Dom.t and type states = States.t) ->functor (Spec:sigval treat_statement_assigns :Cil_types.assigns -> Abstract.Dom.t -> Abstract.Dom.tend) ->sig..end