Module PreValueDomain.Addr
include module type of struct include AD.Addr end
val 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 of_var : GoblintCil.varinfo -> tval to_var : t -> GoblintCil.varinfo optionval to_var_may : t -> GoblintCil.varinfo optionval to_var_must : t -> GoblintCil.varinfo optionval to_exp : t -> GoblintCil.expval type_of : t -> GoblintCil.typval equal : t -> t -> boolval compare : t -> t -> intval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval name : unit -> stringval to_yojson : t -> Yojson.Safe.tval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval semantic_equal : t -> t -> bool option