package goblint
Static analysis framework for C
Install
Dune Dependency
Authors
Maintainers
Sources
goblint-2.0.1.tbz
sha256=dba2b664c7c125687e708e871d83fbfb6ba6d9ee98d235b4850d9a238caa84de
sha512=529987cde39691ad9e955000a3603e89c1c8cf14ed5e8b4cd3a7fc26e47d016aff571b472e2329725133c46f8d0cb45a05b88994eeffaa221a4d31b4c543adcd
doc/goblint.lib/Goblint_lib/SetDomain/index.html
Module Goblint_lib.SetDomain
module type S = sig ... end
A set domain must support all the standard library set operations. They have been copied instead of included since our empty
has a different signature.
module Make
(Base : Printable.S) :
S with type elt = Base.t and type t = BatSet.Make(Base).t
A functor for creating a simple set domain, there is no top element, and * calling top ()
will raise an exception
module SensitiveConf
(C : Printable.ProdConfiguration)
(Base : Lattice.S)
(User : Printable.S) :
sig ... end
A functor for creating a path sensitive set domain, that joins the base * analysis whenever the user elements coincide. Just as above there is no top * element, and calling top ()
will raise an exception
module Sensitive (Base : Lattice.S) (User : Printable.S) : sig ... end
module type ToppedSetNames = sig ... end
Auxiliary signature for naming the top element
module ToppedSet
(Base : Printable.S)
(N : ToppedSetNames) :
S with type elt = Base.t and type t = [ `Top | `Lifted of Make(Base).t ]
Functor for creating artificially topped set domains.
module HeadlessSet (Base : Printable.S) : sig ... end
Reverses lattice order of a set domain while keeping the set operations same.
module type FiniteSetElems = sig ... end
module FiniteSet
(E : Printable.S)
(Elems : FiniteSetElems with type t = E.t) :
sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>