package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Addr : sig ... end
type t
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
type elt = Addr.t
val empty : unit -> t
val is_empty : t -> bool
val mem : elt -> t -> bool
val add : elt -> t -> t
val singleton : elt -> t
val remove : elt -> t -> t
val union : t -> t -> t
val inter : t -> t -> t
val diff : t -> t -> t
val subset : t -> t -> bool
val disjoint : t -> t -> bool
val iter : (elt -> unit) -> t -> unit
val map : (elt -> elt) -> t -> t
val fold : (elt -> 'a -> 'a) -> t -> 'a -> 'a
val for_all : (elt -> bool) -> t -> bool
val exists : (elt -> bool) -> t -> bool
val filter : (elt -> bool) -> t -> t
val partition : (elt -> bool) -> t -> t * t
val cardinal : t -> int
val elements : t -> elt list
val of_list : elt list -> t
val min_elt : t -> elt
val max_elt : t -> elt
val choose : t -> elt
val null_ptr : t
val unknown_ptr : t
val not_null : t
val top_ptr : t
val is_null : t -> bool
val is_not_null : t -> bool
val may_be_null : t -> bool
val may_be_unknown : t -> bool
val is_definite : t -> bool
val is_element : Addr.t -> t -> bool
val of_var : GoblintCil.varinfo -> t
val of_int : IntDomain.IntDomTuple.t -> t
val to_var_may : t -> GoblintCil.varinfo list
val to_var_must : t -> GoblintCil.varinfo list
val to_int : t -> IntDomain.IntDomTuple.t
val to_bool : t -> bool option
val type_of : t -> GoblintCil.typ
val of_string : string -> t
val to_string : t -> string list
val to_string_length : t -> IntDomain.IntDomTuple.t
val substring_extraction : t -> t -> t
val string_comparison : t -> t -> int option -> IntDomain.IntDomTuple.t
val string_writing_defined : t -> bool
OCaml

Innovation. Community. Security.