Db.Operational_inputsState_builder.of operational inputs. That is:
include INOUTKF with type t = Inout_type.ttype t = Inout_type.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 get_internal_precise :
(?stmt:Cil_types.stmt -> Cil_types.kernel_function -> Inout_type.t) refMore precise version of get_internal function. If stmt is specified, and is a possible call to the given kernel_function, returns the operational inputs for this call.