Module MvalMapDomain.Domain
Parameters
Signature
include module type of struct include MD end
val remove : key -> t -> tval mem : key -> t -> boolval iter : (key -> value -> unit) -> t -> unitval fold : (key -> value -> 'a -> 'a) -> t -> 'a -> 'aval for_all : (key -> value -> bool) -> t -> boolval exists : (key -> value -> bool) -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval pretty : unit -> t -> Printable.Pretty.docval name : unit -> stringval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval leq_with_fct : (value -> value -> bool) -> t -> t -> boolval get_alias : key -> t -> V.k optionval get_aliased : V.k -> t -> key listval get_aliases : key -> t -> key listval remove' : key -> t -> tval get_record : key -> t -> V.r optionval is_special_var : V.k -> boolval without_special_vars : t -> tval only_globals : t -> tval add_all : t -> t -> tval callstack_var : GoblintCil.varinfo * [> `NoOffset ]val string_of_callstack : t -> stringval must : key -> (V.r -> bool) -> t -> boolval may : key -> (V.r -> bool) -> t -> boolval is_may : key -> t -> boolval unknown : key -> t -> tval is_unknown : key -> t -> boolval string_of_state : key -> t -> stringval string_of_key : V.k -> stringval string_of_entry : V.k -> t -> stringval string_of_map : t -> string listval warn : ?may:bool -> ?loc:Node.t list -> string -> unitval keys_from_lval :
GoblintCil.lval ->
Queries.ask ->
(GoblintCil.varinfo * GoblintCil.exp Goblint_lib__Offset_intf.t) list