module Computer:functor (Domain:Abstract_domain.External) ->functor (States:Powerset.Swith type state = Domain.t) ->functor (Transfer:Transfer_stmt.Swith type state = Domain.t and type value = Domain.value) ->functor (Logic:Transfer_logic.Swith type state = Domain.t and type states = States.t) ->sig..end
| Parameters: |
|
val compute : Cil_types.kernel_function ->
Cil_types.kinstr ->
Domain.t -> Domain.t list Eval.or_bottom * Value_types.cacheable