ValueDomaininclude module type of struct include PreValueDomain endmodule ID = PreValueDomain.IDmodule IndexDomain = PreValueDomain.IndexDomainmodule AD = PreValueDomain.ADmodule Addr = PreValueDomain.Addrmodule Offs : sig ... endmodule M = Messagesmodule GU = Goblintutilmodule Expp = ExpDomainmodule Q = Queriesmodule BI = IntOps.BigIntOpsmodule AddrSetDomain : sig ... endmodule ArrIdxDomain = IndexDomainmodule type S = sig ... endmodule type Blob = sig ... endmodule ZeroInit : sig ... endmodule Blob (Value : S) (Size : IntDomain.Z) : sig ... endmodule Threads = ConcDomain.ThreadSetmodule Structs :
StructDomain.S with type field = Cil.fieldinfo and type value = Compound.tmodule Unions : Lattice.S with type t = UnionDomain.Field.t * Compound.tmodule CArrays :
ArrayDomain.S with type value = Compound.t and type idx = ArrIdxDomain.tmodule Blobs :
Blob
with type size = ID.t
and type value = Compound.t
and type origin = ZeroInit.tmodule Lists : ListDomain.S with type elem = AD.t