Functor Compute_functions.Make

module Make: 
functor (Abstract : Abstractions.Eva-> sig .. end
Parameters:
Abstract : Abstractions.Eva

val compute_from_entry_point : Cil_types.kernel_function -> lib_entry:bool -> unit
Compute a call to the main function.
val compute_from_init_state : Cil_types.kernel_function -> Abstract.Dom.t -> unit
Compute a call to the main function from the given initial state.
val initial_state : lib_entry:bool -> Abstract.Dom.t Eval.or_bottom