Db.InputsState_builder.of read inputs. That is over-approximation of zones read by each function.
include INOUT with type t = Locations.Zone.tinclude INOUTKF with type t = Locations.Zone.ttype t = Locations.Zone.tval compute : (Cil_types.kernel_function -> unit) refval get_internal : (Cil_types.kernel_function -> t) refInputs/Outputs with local and formal variables
val get_external : (Cil_types.kernel_function -> t) refInputs/Outputs without either local or formal variables
val display : (Format.formatter -> Cil_types.kernel_function -> unit) refval pretty : Format.formatter -> t -> unitval statement : (Cil_types.stmt -> t) refval kinstr : Cil_types.kinstr -> t optionval expr : (Cil_types.stmt -> Cil_types.exp -> t) refval get_with_formals : (Cil_types.kernel_function -> t) refInputs with formals and without local variables
val display_with_formals :
(Format.formatter -> Cil_types.kernel_function -> unit) ref