module Operational_inputs: sig
.. end
State_builder.of operational inputs.
That is:
- over-approximation of zones whose input values are read by each function,
State_builder.of sure outputs
- under-approximation of zones written by each function.
See also internal documentation.
include Db.INOUTKF
val get_internal_precise : (?stmt:Cil_types.stmt -> Cil_types.kernel_function -> Inout_type.t)
Pervasives.ref
More 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 (if option -inout-callwise
has been set).