package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-2.6.0.tbz
sha256=20d5b7332a9f6072ab9ba86c4a53b898eaf681286c56a8805c41850bbf3ddf41
sha512=7c7685cfcd9aa866bc40e813df2bfcb3c79b3d40e615d8d6d0939c5798b9d70dd7f2ba87a741f5ba0ce891e9d254627207fb28057f1f2f6611e4e0d128fd6a71

doc/goblint.lib/Goblint_lib/Constraints/FromSpec/index.html

Module Constraints.FromSpec

The main point of this file---generating a DemandGlobConstrSys from a Spec.

Parameters

module S : Analyses.Spec
module I : Increment

Signature

include Goblint_constraint.ConstrSys.DemandGlobConstrSys with module LVar = Analyses.VarF(S.C) and module GVar = Analyses.GVarF(S.V) and module D = S.D and module G = Analyses.GVarG(S.G)(S.C)
module LVar = Analyses.VarF(S.C)
module GVar = Analyses.GVarF(S.V)
module D = S.D
val system : LVar.t -> ((LVar.t -> D.t) -> (LVar.t -> D.t -> unit) -> (LVar.t -> unit) -> (GVar.t -> G.t) -> (GVar.t -> G.t -> unit) -> D.t) option
val sys_change : (LVar.t -> D.t) -> (GVar.t -> G.t) -> [ `L of LVar.t | `G of GVar.t ] Goblint_constraint.ConstrSys.sys_change_info
val postmortem : LVar.t -> LVar.t list