Functor Offsetmap_bitwise.Make


module Make: 
functor (V : sig
include Abstract_interp.Lattice
val tag : t -> int
end) -> sig .. end
Parameters:
V : sig include Abstract_interp.Lattice val tag: t -> int end

type t 
module Datatype: Project.Datatype.S  with type t = t
val empty : t
val degenerate : V.t -> t
val pretty_with_type : Cil_types.typ option -> Format.formatter -> t -> unit
val pretty : Format.formatter -> t -> unit
val is_empty : t -> bool
val find : (Abstract_interp.Int.t -> Abstract_interp.Int.t -> V.t) ->
Offsetmap_bitwise.itv -> t -> V.t
val find_intervs : (Abstract_interp.Int.t -> Abstract_interp.Int.t -> V.t) ->
Abstract_value.Int_Intervals.t -> t -> V.t
val add : Offsetmap_bitwise.itv ->
V.t -> t -> t
val add_approximate : Offsetmap_bitwise.itv ->
V.t -> t -> t
val collapse : t -> V.t
val find_iset : (Abstract_interp.Int.t -> Abstract_interp.Int.t -> V.t) ->
V.t -> Abstract_value.Int_Intervals.t -> t -> V.t
val add_iset : exact:bool ->
Abstract_value.Int_Intervals.t ->
V.t -> t -> t
val join : t ->
t -> t
val joindefault : t -> t
val is_included_exn : t -> t -> unit
val map_and_merge : (V.t -> V.t) ->
t ->
t -> t
val map : (bool * V.t -> bool * V.t) ->
t -> t
val map2 : ((bool * V.t) option -> (bool * V.t) option -> bool * V.t) ->
t ->
t -> t
val fold : (Abstract_value.Int_Intervals.t -> bool * V.t -> 'a -> 'a) ->
t -> 'a -> 'a
val copy_paste : f:((bool * V.t -> bool * V.t) *
(Abstract_interp.Int.t -> Abstract_interp.Int.t -> V.t))
option ->
t ->
Abstract_interp.Int.t ->
Abstract_interp.Int.t ->
Abstract_interp.Int.t -> t -> t
val copy_merge : t ->
Abstract_interp.Int.t ->
Abstract_interp.Int.t ->
Abstract_interp.Int.t -> t -> t
val copy : f:((bool * V.t -> bool * V.t) *
(Abstract_interp.Int.t -> Abstract_interp.Int.t -> V.t))
option ->
t ->
Abstract_interp.Int.t -> Abstract_interp.Int.t -> t
val equal : t -> t -> bool
val tag : t -> int