package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> Printable.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 leq : t -> t -> bool
val join : t -> t -> t
val meet : t -> t -> t
val widen : t -> t -> t
val narrow : t -> t -> t
val pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool
val semantic_equal : t -> t -> bool option
OCaml

Innovation. Community. Security.