module Inputs: sig
.. end
class virtual do_it_ :
object
.. end
module Analysis: Cumulative_analysis.Make
(
sig
end
)
val get_internal : Cil_types.kernel_function -> Locations.Zone.t
module Externals: Kf_state.Make
(
sig
end
)
val get_external : Kernel_function.t -> Externals.data
val remove_locals_keep_formals : Cil_types.cil_function -> Locations.Zone.t -> Locations.Zone.t
module With_formals: Kf_state.Make
(
sig
end
)
val get_with_formals : Kernel_function.t -> Externals.data
val compute_external : Kernel_function.t -> unit
val pretty_external : Format.formatter -> Kernel_function.t -> unit
val pretty_with_formals : Format.formatter -> Kernel_function.t -> unit