package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/MCP/index.html

Module MCP

Master Control Program

module QuerySet : sig ... end
type spec_modules = {
  1. spec : (module Analyses.MCPSpec);
  2. dom : (module Lattice.S);
  3. glob : (module Lattice.S);
  4. cont : (module Printable.S);
}
val analyses_list : (int * spec_modules) list Prelude.Ana.ref
val analyses_list' : (int * spec_modules) list Prelude.Ana.ref
val dep_list : (int * int list) list Prelude.Ana.ref
val dep_list' : (int * string list) list Prelude.Ana.ref
val analyses_table : (int * string) list Prelude.Ana.ref
val register_analysis : ?dep:string list -> (module Analyses.MCPSpec) -> unit
type unknown = Obj.t
module type DomainListPrintableSpec = sig ... end
module type DomainListLatticeSpec = sig ... end
exception DomListBroken of string
module DomListLattice (DLSpec : DomainListLatticeSpec) : Lattice.S with type t = (int * unknown) list
OCaml

Innovation. Community. Security.