Module LockDomain.MustLock
val equal : t -> t -> boolval compare : t -> t -> intval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval name : unit -> stringval to_yojson : t -> Yojson.Safe.tval 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 -> Mval.t -> bool optionval of_var : GoblintCil.varinfo -> t