package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0

doc/goblint.lib/Goblint_lib/Analyses/GVarG/index.html

Module Analyses.GVarG

Parameters

module G : Lattice.S
module C : Printable.S

Signature

module CSet : sig ... end
include sig ... end
type t = [
  1. | `Bot
  2. | `Lifted1 of G.t
  3. | `Lifted2 of CSet.t
  4. | `Top
]
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val bot_name : string
val top_name : string
val pretty : unit -> t -> Printable.Pretty.doc
val show : [< `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] -> string
val relift : [< `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top Lifted1 Lifted2 ] as 'a -> 'a
val name : unit -> string
val to_yojson : [< `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] -> [> `Assoc of (string * Yojson.Safe.t) list | `String of string ]
val bot : unit -> [> `Bot ]
val is_bot : [> `Bot ] -> bool
val top : unit -> [> `Top ]
val is_top : [> `Top ] -> bool
val leq : [> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] -> [> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] -> bool
val pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc
val join : [> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] as 'a -> 'a -> 'a
val meet : [> `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top ] as 'a -> 'a -> 'a
val widen : [> `Lifted1 of G.t | `Lifted2 of CSet.t ] -> [> `Lifted1 of G.t | `Lifted2 of CSet.t ] as 'a -> 'a
val narrow : [> `Lifted1 of G.t | `Lifted2 of CSet.t ] as 'a -> [> `Lifted1 of G.t | `Lifted2 of CSet.t ] -> 'a
val spec : [> `Bot | `Lifted1 of G.t ] -> G.t
val contexts : [> `Bot | `Lifted2 of CSet.t ] -> CSet.t
val create_spec : 'a -> [> `Lifted1 of 'a ]
val create_contexts : 'a -> [> `Lifted2 of 'a ]
val printXml : 'a BatInnerIO.output -> [< `Bot | `Lifted1 of G.t | `Lifted2 of CSet.t | `Top Lifted1 Lifted2 ] -> unit
OCaml

Innovation. Community. Security.