Mval.UnitMvalue with Offset.Unit indices in offset.
include Printable.S with type t := tval 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.arbitraryval 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.