package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include CilType.Exp end
include Printable.S with type t = Cil.exp
type t = Cil.exp
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Printable.json
val invariant : Invariant.context -> t -> Invariant.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 copy : 'a -> 'a
val name : unit -> string
val occurs : Variables.t -> Cil.exp -> bool
val replace : Cil.varinfo -> Cil.exp -> Cil.exp -> Cil.exp
val get_vars : Cil.exp -> Cil.varinfo list