package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
type idx = F.idx
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> GoblintCil.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val name : unit -> string
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
val is_definite : t -> bool
val add_offset : t -> idx Offset.t -> t
val prefix : t -> t -> idx Offset.t option
val top_indices : t -> t
val to_cil : t -> GoblintCil.lval
val to_cil_exp : t -> GoblintCil.exp
val type_of : t -> GoblintCil.typ
val collapse : (V.t * [> `Field of F.F.t * 'b | `Index of F.I.t * 'b | `NoOffset ] as 'a) -> (V.t * 'c) -> bool
val leq : (V.t * [> `Field of F.F.t * 'b | `Index of F.I.t * 'b ] as 'a) -> (V.t * [> `Field of F.F.t * 'd | `Index of F.I.t * 'd | `NoOffset ] as 'c) -> bool
val join : ('a * [> `Field of F.F.t * 'c | `Index of F.I.t * 'c ] as 'b) -> ('d * [> `Field of F.F.t * 'f | `Index of F.I.t * 'f ] as 'e) -> 'g * [> `Field of F.F.t * 'i | `Index of F.I.t * 'i | `NoOffset ] as 'h
val kill : GoblintCil.varinfo -> ('a * F.t) -> 'b * F.t
val replace : GoblintCil.varinfo -> GoblintCil.exp -> ('a * F.t) -> 'b * F.t
OCaml

Innovation. Community. Security.