Mval.MakeLatticeMake mvalue Lattice from offset lattice.
module Offs : Offset.Latticeinclude Mval_intf.Printable with type idx = Offs.idxtype idx = Offs.idxType of indices in mvalue offset.
include Printable.S with type t := tval is_definite : t -> boolWhether offset of mvalue has only definite integer indexing (and fields).
val to_cil : t -> GoblintCil.lvalConvert to CIL lvalue.
val to_cil_exp : t -> GoblintCil.expConvert to CIL lvalue expression.
val type_of : t -> GoblintCil.typType of mvalue.
include Lattice.S with type t := tinclude Lattice.PO with type t := twiden x y assumes leq x y. Solvers guarantee this by calling widen old (join old new).