Goblint_lib.ValueDomaininclude module type of struct include PreValueDomain endmodule ID = Goblint_lib.PreValueDomain.IDmodule FD = Goblint_lib.PreValueDomain.FDmodule 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 = GoblintCil.fieldinfo
and type value = Compound.tmodule Unions :
UnionDomain.S
with type t = UnionDomain.Field.t * Compound.t
and type value = 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.t