package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.5.0.tbz
sha256=452d8491527aea21f2cbb11defcc14ba0daf9fdb6bdb9fc0af73e56eac57b916
sha512=1993cd45c4c7fe124ca6e157f07d17ec50fab5611b270a434ed1b7fb2910aa85a8e6eaaa77dad770430710aafb2f6d676c774dd33942d921f23e2f9854486551

doc/goblint.domain/Lattice/index.html

Module LatticeSource

Signature for lattices. Functors for common lattices.

module Pretty = GoblintCil.Pretty
Sourceexception Uncomparable
Sourcemodule type PO = sig ... end
Sourcemodule type S = sig ... end
Sourceexception TopValue

Exception raised by a topless lattice in place of a top value. Surrounding lattice functors may handle this on their own.

Sourceexception BotValue

Exception raised by a bottomless lattice in place of a bottom value. Surrounding lattice functors may handle this on their own.

Sourceexception Unsupported of string
Sourceval unsupported : string -> 'a
Sourceexception Invalid_widen of Pretty.doc
Sourceval assert_valid_widen : leq:('a -> 'b -> bool) -> pretty_diff:(unit -> ('a * 'b) -> Pretty.doc) -> 'a -> 'b -> unit
Sourcemodule UnitConf (N : Printable.Name) : sig ... end
Sourcemodule Unit : sig ... end
Sourcemodule NoBotTop : sig ... end
Sourcemodule Fake (Base : Printable.S) : sig ... end
Sourcemodule type PD = sig ... end
Sourcemodule FakeSingleton (Base : PD) : sig ... end
Sourcemodule Reverse (Base : S) : sig ... end
Sourcemodule HConsed (Base : S) (Arg : sig ... end) : sig ... end
Sourcemodule HashCached (M : S) : sig ... end
Sourcemodule Flat (Base : Printable.S) : sig ... end
Sourcemodule LiftConf (Conf : Printable.LiftConf) (Base : S) : sig ... end
Sourcemodule Lift (Base : S) : sig ... end
Sourcemodule LiftPO (Conf : Printable.LiftConf) (Base : PO) : sig ... end
Sourcemodule Lift2Conf (Conf : Printable.Lift2Conf) (Base1 : S) (Base2 : S) : sig ... end
Sourcemodule Lift2 (Base1 : S) (Base2 : S) : sig ... end
Sourcemodule ProdConf (C : Printable.ProdConfiguration) (Base1 : S) (Base2 : S) : sig ... end
Sourcemodule Prod (Base1 : S) (Base2 : S) : sig ... end
Sourcemodule ProdSimple (Base1 : S) (Base2 : S) : sig ... end
Sourcemodule Prod3 (Base1 : S) (Base2 : S) (Base3 : S) : sig ... end
Sourcemodule LiftBot (Base : S) : sig ... end
Sourcemodule LiftTop (Base : S) : sig ... end
Sourcemodule Liszt (Base : S) : sig ... end
Sourcemodule type Num = sig ... end
Sourcemodule ProdList (Base : S) (N : Num) : sig ... end
Sourcemodule Chain (P : Printable.ChainParams) : S with type t = int
OCaml

Innovation. Community. Security.