Access.MemoMemory location of an access.
include module type of struct include Printable.StdLeaf endtype t = MemoRoot.t * Offset.Unit.tval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval pretty :
unit ->
([< `Type of GoblintCil.typsig | `Var of CilType.Varinfo.t ] * Offset.Unit.t) ->
GoblintCil.Pretty.docinclude sig ... endval show : t -> stringval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]val to_mval : t -> Mval.Unit.t optionval add_offset : t -> Offset.Unit.t -> t