Module Basetype.CilExp

include module type of struct include CilType.Exp end
include Printable.S with type t = GoblintCil.exp
type t = GoblintCil.exp
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int

Unique ID, given by HConsed, for context identification in witness

val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
val name : unit -> string
val occurs : Variables.t -> GoblintCil.exp -> bool
val replace : GoblintCil.varinfo -> GoblintCil.exp -> GoblintCil.exp -> GoblintCil.exp
val get_vars : GoblintCil.exp -> GoblintCil.varinfo list