module Library_functions: sig
.. end
Associates kernel_function
to a fresh base for the address returned by
the kernel_function
.
module Retres: Kernel_function.Make_Table
(
Cil_datatype.Varinfo
)
(
sig
end
)
val get : Retres.key -> Retres.data
val add_retres_to_state : with_alarms:CilE.warn_mode ->
Retres.key ->
Cvalue.V_Offsetmap_ext.t ->
Cvalue.Model.t -> Retres.data * Cvalue.Model.t
module Returned_Val: Kernel_function.Make_Table
(
Base
)
(
sig
end
)
Associates kernel_function
to a fresh base for the address returned by
the kernel_function
.
val returned_value : Returned_Val.key ->
Cil_types.typ -> Cvalue.Model.t -> Cvalue.V.t * Cvalue.Model.t