Mval_intf.Lattice
include Printable
include Printable.S with type t := t
val is_definite : t -> bool
Whether offset of mvalue has only definite integer indexing (and fields).
val to_cil : t -> GoblintCil.lval
Convert to CIL lvalue.
val to_cil_exp : t -> GoblintCil.exp
Convert to CIL lvalue expression.
val type_of : t -> GoblintCil.typ
Type of mvalue.
include Lattice.S with type t := t
include Lattice.PO with type t := t
widen x y
assumes leq x y
. Solvers guarantee this by calling widen old (join old new)
.
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool