package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.0.0.tbz
sha256=2f4f2e25b765452f0e336941f35f6cb396d7c213a2d347abe5d35febc5159b1f
sha512=e96af4cad91f6985c8db93c194925853e96cad0ec1a0d9f4d32bbe16d3e5fa1e305f54be02839f21ba89ad2af0c2d5d7aa819ade221ce097dc4dbd0fcd8c8500

doc/goblint.lib/Goblint_lib/SymbLocksDomain/Exp/index.html

Module SymbLocksDomain.Exp

include module type of struct include CilType.Exp end
include Printable.S with type t = GoblintCil.exp
type t = GoblintCil.exp
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> Goblint_lib.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

Unique ID, given by HConsed, for context identification in witness

val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
val contains_var : CilType.Varinfo.t -> GoblintCil.exp -> bool
val fold_offs : GoblintCil.exp -> (GoblintCil.varinfo * GoblintCil.offset) option
val eq_const : GoblintCil.constant -> GoblintCil.constant -> bool
val off_eq : GoblintCil.offset -> GoblintCil.offset -> bool
val simple_eq : GoblintCil.exp -> GoblintCil.exp -> bool
val replace_base : (GoblintCil.varinfo * [< `Field of GoblintCil.fieldinfo * 'a | `Index of GoblintCil.exp * 'a | `NoOffset ] as 'a) -> GoblintCil.exp -> GoblintCil.exp -> GoblintCil.exp
val conc : GoblintCil.offset -> bool
val star : GoblintCil.exp
val one_unknown_array_index : GoblintCil.exp -> (bool * GoblintCil.exp * GoblintCil.exp) option
OCaml

Innovation. Community. Security.