SymbLocksDomain.Expinclude module type of struct include CilType.Exp endinclude Printable.S with type t = GoblintCil.exptype t = GoblintCil.expval 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 -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitraryval contains_var : CilType.Varinfo.t -> GoblintCil.exp -> boolval fold_offs :
GoblintCil.exp ->
(GoblintCil.varinfo * GoblintCil.offset) optionval eq_const : GoblintCil.constant -> GoblintCil.constant -> boolval off_eq : GoblintCil.offset -> GoblintCil.offset -> boolval simple_eq : GoblintCil.exp -> GoblintCil.exp -> boolval replace_base :
(GoblintCil.varinfo * Offset.Exp.t) ->
GoblintCil.exp ->
GoblintCil.exp ->
GoblintCil.expval conc : GoblintCil.offset -> boolval star : GoblintCil.expval one_unknown_array_index :
GoblintCil.exp ->
(bool * GoblintCil.exp * GoblintCil.exp) option