package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.0.1.tbz
sha256=dba2b664c7c125687e708e871d83fbfb6ba6d9ee98d235b4850d9a238caa84de
sha512=529987cde39691ad9e955000a3603e89c1c8cf14ed5e8b4cd3a7fc26e47d016aff571b472e2329725133c46f8d0cb45a05b88994eeffaa221a4d31b4c543adcd

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 Expp = ExpDomain
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
OCaml

Innovation. Community. Security.