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 name : unit -> string
val interesting : Cil.exp -> bool
val contains_var : CilType.Varinfo.t -> Cil.exp -> bool
val contains_field : CilType.Fieldinfo.t -> Cil.exp -> bool
val fold_offs : Cil.exp -> (Cil.varinfo * Cil.offset) option
val eq_const : Cil.constant -> Cil.constant -> bool
val off_eq : Cil.offset -> Cil.offset -> bool
val simple_eq : Cil.exp -> Cil.exp -> bool
val replace_base : (Cil.varinfo * (Cil.fieldinfo, Cil.exp) Lval.offs) -> Cil.exp -> Cil.exp -> Cil.exp
val base_compinfo : Cil.exp -> Cil.exp -> Cil.compinfo option
val conc : Cil.offset -> bool
val one_unknown_array_index : Cil.exp -> (bool * Cil.exp * Cil.exp) option