package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.4.0.tbz
sha256=99b78e6def71534d195eef9084baa26d8334b36084e120aa6afb300c9bf8afa6
sha512=f3162bd95a03c00358a2991f6152fc6169205bfb4c55e2c483e98cc3935673df9656d025b6f1ea0fa5f1bd0aee037d4f483966b0d2907e3fa9bf11a93a3392af

doc/goblint_cdomain_value/UnionDomain/Simple/index.html

Module UnionDomain.Simple

Parameters

module Values : Arg

Signature

include sig ... end
val expand_fst : bool
val expand_snd : bool
type t = Field.t * Values.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val tag : 'a -> 'b
val show : (Field.t * Values.t) -> string
val name : unit -> string
val pretty : unit -> (Field.t * Values.t) -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (Field.t * Values.t) -> unit
val to_yojson : (Field.t * Values.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (Field.t * Values.t) QCheck.arbitrary
val relift : (Field.t * Values.t) -> Field.t * Values.t
val bot : unit -> Field.t * Values.t
val is_bot : (Field.t * Values.t) -> bool
val top : unit -> Field.t * Values.t
val is_top : (Field.t * Values.t) -> bool
val leq : (Field.t * Values.t) -> (Field.t * Values.t) -> bool
val pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc
val op_scheme : ('a -> 'b -> Field.t) -> ('c -> 'd -> Values.t) -> ('a * 'c) -> ('b * 'd) -> t
val join : (Field.t * Values.t) -> (Field.t * Values.t) -> t
val narrow : (Field.t * Values.t) -> (Field.t * Values.t) -> t
val widen : (Field.t * Values.t) -> (Field.t * Values.t) -> t
type value = Values.t
val meet : ([> `Bot | `Lifted of CilType.Fieldinfo.t | `Top ] as 'a * Values.t) -> ('a * Values.t) -> 'a * Values.t
val invariant : value_invariant: (offset:GoblintCil.Cil.offset -> lval:GoblintCil.Cil.lval -> Values.t -> [> `Top ] as 'a) -> offset:GoblintCil.Cil.offset -> lval:GoblintCil.Cil.lval -> ([< `Bot | `Lifted of GoblintCil.fieldinfo | `Top ] * Values.t) -> 'a
OCaml

Innovation. Community. Security.