package goblint

  1. Overview
  2. No Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.2.1.tbz
sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674
sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e

doc/goblint.lib/Goblint_lib/MutexAnalysis/Spec/Arg/MakeP/index.html

Module Arg.MakeP

Parameters

module G0 : Lattice.S

Signature

module ReadWrite : sig ... end
module Write : sig ... end
module P : sig ... end
include sig ... end
val expand_fst : bool
val expand_snd : bool
type t = P.t * P.t
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 show : (P.t * P.t) -> string
val pretty : unit -> (P.t * P.t) -> Goblint_lib__Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (P.t * P.t) -> unit
val to_yojson : (P.t * P.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (P.t * P.t) QCheck.arbitrary
val relift : (P.t * P.t) -> P.t * P.t
val bot : unit -> P.t * P.t
val is_bot : (P.t * P.t) -> bool
val top : unit -> P.t * P.t
val is_top : (P.t * P.t) -> bool
val leq : (P.t * P.t) -> (P.t * P.t) -> bool
val pretty_diff : unit -> (t * t) -> Goblint_lib__Lattice.Pretty.doc
val op_scheme : ('a -> 'b -> P.t) -> ('c -> 'd -> P.t) -> ('a * 'c) -> ('b * 'd) -> t
val join : (P.t * P.t) -> (P.t * P.t) -> t
val meet : (P.t * P.t) -> (P.t * P.t) -> t
val narrow : (P.t * P.t) -> (P.t * P.t) -> t
val widen : (P.t * P.t) -> (P.t * P.t) -> t
val name : unit -> string
val get : write:bool -> Queries.Protection.t -> (('a * 'a) * ('a * 'a)) -> 'a
OCaml

Innovation. Community. Security.