package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 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