package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include CilType.Varinfo end
include CilType.S with type t = Cil.varinfo
include Printable.S with type t = Cil.varinfo
type t = Cil.varinfo
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
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 relift : t -> t
val pp : Format.formatter -> t -> unit
val trace_enabled : bool
val is_global : Cil.varinfo -> bool
val copy : 'a -> 'a
val show : Cil.varinfo -> string
val pretty : unit -> Cil.varinfo -> Pretty.doc
val pretty_trace : unit -> Cil.varinfo -> Pretty.doc
val get_location : Cil.varinfo -> Cil.location
type group =
  1. | Global
  2. | Local
  3. | Parameter
  4. | Temp
val (%) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val to_group : Cilfacade.VarinfoH.key -> group option
val name : unit -> string
val loopSep : 'a -> bool
val printXml : 'a BatInnerIO.output -> Cil.varinfo -> unit
val var_id : 'a -> string
val node : 'a -> MyCFG.node
val arbitrary : unit -> Cil.varinfo QCheck.arbitrary