goblint.domain
HoareDomain
Abstract domains with Hoare ordering.
goblint.backtrace
goblint.build-info
goblint.cdomain
goblint.common
goblint.config
goblint.constraint
goblint.incremental
goblint.lib
goblint.library
goblint.logs
goblint.parallel
goblint.sites
goblint.solver
goblint.std
goblint.timing
goblint.tracing
goblint_cdomain_value
module Pretty = GoblintCil.Pretty
exception Unsupported of string
val unsupported : string -> 'a
module HoarePO (E : Lattice.PO) : sig ... end
module type SetS = sig ... end
module Set (B : Lattice.S) : SetS with type elt = B.t
Set of Lattice.S elements with Hoare ordering. This abstracts a set by its maximal elements.
Lattice.S
module Set_LiftTop (B : Lattice.S) (N : SetDomain.ToppedSetNames) : SetS with type elt = B.t
module MapBot (SpecD : Lattice.S) (R : SetDomain.S) : sig ... end
module SetEM (E : Lattice.S) : SetDomain.S with type elt = E.t