Arg.Vinclude module type of struct include ValueDomain.Addr endinclude module type of struct include PreValueDomain.AD.Addr endtype t = AddressDomain.AddressBase(PreValueDomain.Mval).t = | Addr of PreValueDomain.Mval.t| NullPtr| UnknownPtr| StrPtr of StringDomain.tval of_string : string -> tval to_string : t -> string optionval to_c_string : t -> string optionval to_n_c_string : int -> t -> string optionval to_string_length : t -> int optionval is_definite : t -> boolval add_offset : t -> PreValueDomain.Mval.idx Offset.t -> tval of_var : GoblintCil.varinfo -> tval of_mval : PreValueDomain.Mval.t -> tval to_var : t -> GoblintCil.varinfo optionval to_var_may : t -> GoblintCil.varinfo optionval to_var_must : t -> GoblintCil.varinfo optionval to_mval : t -> PreValueDomain.Mval.t optionval to_exp : t -> GoblintCil.expval type_of : t -> GoblintCil.typval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> boolmodule Offs = ValueDomain.Addr.Offsmodule Mval = ValueDomain.Addr.Mval