package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.1.0.tbz
sha256=bfc412ec2e447eaef6f4f83892e3511ebf305593cb00561c1406be3ae8bf48e9
sha512=5f2a162e5f36bffafc9836b0d18b5b2808cecfa6bf68f83bb7d1e8b9947ac74cf07776eb09274b4b29d55c897a45a10768f0d9ed25810cf6ba2409c525e4cd4d

doc/goblint.lib/Goblint_lib/ValueDomain/index.html

Module Goblint_lib.ValueDomain

include module type of struct include PreValueDomain end
module IndexDomain = PreValueDomain.IndexDomain
module AD = PreValueDomain.AD
module Addr = PreValueDomain.Addr
module Offs : sig ... end
module M = Messages
module GU = Goblintutil
module Q = Queries
module BI = IntOps.BigIntOps
module AddrSetDomain : sig ... end
module ArrIdxDomain = IndexDomain
module type S = sig ... end
module type Blob = sig ... end
module ZeroInit : sig ... end
module Blob (Value : S) (Size : IntDomain.Z) : sig ... end
module Threads = ConcDomain.ThreadSet
module Compound : S with type t = [ `Top | `Int of ID.t | `Float of FD.t | `Address of AD.t | `Struct of Structs.t | `Union of Unions.t | `Array of CArrays.t | `Blob of Blobs.t | `Thread of Threads.t | `Mutex | `Bot ] and type offs = (GoblintCil.fieldinfo, IndexDomain.t) Lval.offs
module Structs : StructDomain.S with type field = GoblintCil.fieldinfo and type value = Compound.t
module CArrays : ArrayDomain.S with type value = Compound.t and type idx = ArrIdxDomain.t
module Blobs : Blob with type size = ID.t and type value = Compound.t and type origin = ZeroInit.t
module type InvariantArg = sig ... end
module ValueInvariant (Arg : InvariantArg) : sig ... end
val invariant_global : (GoblintCil.varinfo -> Compound.t) -> CilType.Varinfo.t -> Invariant.t
OCaml

Innovation. Community. Security.