IntDomainProperties.WithIkindmodule Ik : IntDomain.Ikindinclude OldSinclude Lattice.Sinclude Lattice.POinclude Printable.Sval 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 -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrarywiden x y assumes leq x y. Solvers guarantee this by calling widen old (join old new).
val pretty_diff : unit -> (t * t) -> Lattice.Pretty.docIf leq x y = false, then pretty_diff () (x, y) should explain why.
val bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> boolinclude IntDomain.Arith with type t := tComparison operators
Bitwise logical operators
Logical operators
val of_int : Z.t -> tval to_int : t -> Z.t optionval of_bool : bool -> tval to_bool : t -> bool optionval of_excl_list : GoblintCil.Cil.ikind -> Z.t list -> tval is_excl_list : t -> boolval to_excl_list : t -> (Z.t list * (int64 * int64)) optionmodule Ikind : IntDomain.Ikind