ShapeDomain.ListPtrmodule AdrPair : sig ... endinclude sig ... endval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval invariant : 'a -> 'b -> Invariant.tval pretty : unit -> t -> Pretty.docval printXml :
'a BatInnerIO.output ->
[< `Left of Var.t | `Right of AdrPair.t ] ->
unitval to_yojson :
[< `Left of Var.t | `Right of AdrPair.t ] ->
[> `Assoc of (string * Printable.json) list ]val show :
[< `Left of Cil.varinfo
| `Right of
(Cil.varinfo * (Cil.fieldinfo, Cil.exp) Lval.offs)
* ([< `Field of Cil.fieldinfo * 'a
| `Index of
IntDomain.IntDomWithDefaultIkind(IntDomain.IntDomLifter(IntDomain.OldDomainFacade(IntDomain.Integers(IntOps.Int64Ops))))(IntDomain.PtrDiffIkind).t
* 'a
| `NoOffset NoOffset ] as 'a) ] ->
stringval pp_group :
Ppx_deriving_runtime.Format.formatter ->
group ->
Ppx_deriving_runtime.unitval show_group : group -> Ppx_deriving_runtime.stringval to_group : [< `Left of 'a | `Right of 'b ] -> group option