Frama-C API - M
val pretty : Stdlib.Format.formatter -> t -> unitval pretty_root : Stdlib.Format.formatter -> t -> unitval hash : t -> intval of_raw : Abstract_memory.bit -> tval raw : t -> Abstract_memory.bitval of_value : Frama_c_kernel.Cil_types.typ -> value -> tval to_value : Frama_c_kernel.Cil_types.typ -> t -> valueval to_singleton_int : t -> Frama_c_kernel.Z.t optionval weak_erase : Abstract_memory.bit -> t -> tval unify : oracle:Abstract_memory.bioracle -> (size:Abstract_memory.size -> value -> value -> value) -> t -> t -> tval join : oracle:Abstract_memory.bioracle -> t -> t -> tval smash : oracle:Abstract_memory.oracle -> t -> t -> tval read : oracle:Abstract_memory.oracle -> (Frama_c_kernel.Cil_types.typ -> t -> 'a) -> ('a -> 'a -> 'a) -> Abstract_offset.t -> t -> 'aval update : oracle:Abstract_memory.oracle -> (weak:bool -> Frama_c_kernel.Cil_types.typ -> t -> t Frama_c_kernel.Lattice_bounds.or_bottom) -> weak:bool -> Abstract_offset.t -> t -> t Frama_c_kernel.Lattice_bounds.or_bottomval incr_bound : oracle:Abstract_memory.oracle -> Frama_c_kernel.Cil_types.varinfo -> Frama_c_kernel.Z.t option -> t -> tval add_segmentation_bounds : oracle:Abstract_memory.oracle -> typ:Frama_c_kernel.Cil_types.typ -> Eva_ast.exp list -> t -> t