MutexGlobals.VMutexinclude module type of struct include LockDomain.MustLock endtype t = GoblintCil.varinfo * idx Offset.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 -> intval arbitrary : unit -> t QCheck.arbitraryval is_definite : t -> boolval to_cil : t -> GoblintCil.lvalval to_cil_exp : t -> GoblintCil.expval type_of : t -> GoblintCil.typval semantic_equal_mval : t -> ValueDomain.Mval.t -> bool optionval of_var : GoblintCil.varinfo -> tval of_mval : ValueDomain.Mval.t -> tval to_mval : t -> ValueDomain.Mval.t