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

Module ValueDomain

include module type of struct include PreValueDomain end
module ID = PreValueDomain.ID
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 | `Address of AD.t | `Struct of Structs.t | `Union of Unions.t | `Array of CArrays.t | `Blob of Blobs.t | `List of Lists.t | `Thread of Threads.t | `Bot ] and type offs = (Cil.fieldinfo, IndexDomain.t) Lval.offs
module Structs : StructDomain.S with type field = Cil.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 Lists : ListDomain.S with type elem = AD.t
OCaml

Innovation. Community. Security.