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/ArincDomain/index.html

Module ArincDomain

module Pid = IntDomain.Flattened
module Pri : sig ... end
module Per = IntDomain.Flattened
module Cap = IntDomain.Flattened
module Pmo = IntDomain.Flattened
module PrE = IntDomain.Flattened
module Ctx = IntDomain.Flattened
module Pred : sig ... end
type process = {
  1. pid : Pid.t;
  2. pri : Pri.t;
  3. per : Per.t;
  4. cap : Cap.t;
  5. pmo : Pmo.t;
  6. pre : PrE.t;
  7. pred : Pred.t;
  8. ctx : Ctx.t;
}
val equal_process : process -> process -> Ppx_deriving_runtime.bool
val compare_process : process -> process -> Ppx_deriving_runtime.int
val process_to_yojson : process -> Yojson.Safe.t
module D : sig ... end
OCaml

Innovation. Community. Security.