package goblint

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