package goblint
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/Constraints/Var2/index.html
Module Constraints.Var2
Combined variables so that we can also use the more common EqConstrSys
that uses only one kind of a variable.
Parameters
module LV : Analyses.VarType
module GV : Analyses.VarType
Signature
include Goblint_lib.Prelude.Hashtbl.HashedType
with type t = [ `L of LV.t | `G of GV.t ]
val hash : t -> int
A hashing function on keys. It must be such that if two keys are equal according to equal
, then they have identical hash values as computed by hash
. Examples: suitable (equal
, hash
) pairs for arbitrary key types include ((=)
, Hashtbl.hash
) for comparing objects by structure, ((fun x y -> compare x y = 0)
, Hashtbl.hash
) for comparing objects by structure and handling Pervasives.nan
correctly, and ((==)
, Hashtbl.hash
) for comparing objects by addresses (e.g. for cyclic keys).
include Analyses.SysVar with type t := t
val is_write_only : t -> bool
val pretty_trace : unit -> t -> GoblintCil.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val var_id : t -> string
val node : t -> MyCFG.node
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page