Module Builtins_nonfree_deterministic

module Builtins_nonfree_deterministic: sig .. end
Non-free Value builtins for deterministic code. Contact CEA LIST for licensing

exception Interpret_format_finished
exception Problem
val raise_problem : unit -> 'a
val alarm_behavior_raise_problem : CilE.alarm_behavior
val with_alarms : CilE.warn_mode
val copy_string : Buffer.t -> Cvalue.Model.t -> Locations.Location_Bytes.t -> unit
val copy_int : Buffer.t -> Cvalue.V.t -> unit
val write_string_to_memory : Locations.Location_Bytes.t -> Cvalue.Model.t -> string -> Cvalue.Model.t
val interpreted_args : ('a * 'b * 'c) list -> 'b list
val interpret_format : Cvalue.Model.t ->
Locations.Location_Bytes.t -> Locations.Location_Bytes.t list -> string
val frama_c_printf : Cvalue.Model.t ->
('a * Locations.Location_Bytes.t * 'b) list -> Value_types.call_result
val frama_c_sprintf : Cvalue.Model.t ->
('a * Locations.Location_Bytes.t * 'b) list -> Value_types.call_result
val frama_c_snprintf : Cvalue.Model.t -> ('a * Cvalue.V.t * 'b) list -> Value_types.call_result