goblint.lib
Goblint_lib.StructDomain
Abstract domains representing structs.
goblint.sites
goblint_sites_dune
goblint_sites_js
module type Arg = sig ... end
module type S = sig ... end
module Simple (Val : Arg) : S with type value = Val.t and type field = GoblintCil.fieldinfo
Creates a simple structure domain by mapping fieldnames to their values * using the MapDomain.InfMap functor
MapDomain.InfMap
module Sets (Val : Arg) : S with type value = Val.t and type field = GoblintCil.fieldinfo
module KeyedSets (Val : Arg) : S with type value = Val.t and type field = GoblintCil.fieldinfo
module FlagConfiguredStructDomain (Val : Arg) : S with type value = Val.t and type field = GoblintCil.fieldinfo