module Make:
Parameters: |
|
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