lattices
Powersetwithunder.Make
Powerset with lower and upper approximations
abstraction
ast
bitfields
c
c_common
c_lang
cfg
combiner
combiners
combiners_common
config
congUtils
containers
core
cpython
domain
engines
framework
heap
hooks
interactive
intervals
itvUtils
lang
mopsa
mopsa.c_stubs_parser
mopsa.mopsa_analyzer
mopsa.mopsa_analzyer
mopsa.mopsa_build_db
mopsa.mopsa_c_parser
mopsa.mopsa_c_stubs_parser
mopsa.mopsa_py_parser
mopsa.mopsa_universal_parser
mopsa.mopsa_utils
numeric_common
numeric_reductions
numeric_values
output
params
parsing
passes
powersets
python
python_lang
reduction
relational
repl
sig
stubs
toplevel
universal
universal_interproc
universal_iterators
universal_numeric
utils_core
value
module Elt : ELT
module Set : sig ... end
module USet : sig ... end
type l = Set.t
type u = USet.t
type t = (l * u) Mopsa_utils.Bot.with_bot
val empty : t
val bottom : t
val top : t
val add_u : Elt.t -> t -> t
val add_o : Elt.t -> t -> t
val mem_u : Elt.t -> t -> bool
val mem_o : Elt.t -> t -> bool
val remove : Elt.t -> t -> t
val is_empty : t -> bool
val is_bottom : 'a Mopsa_utils.Bot.with_bot -> bool
val is_top : t -> bool
val subset : t -> t -> bool
val equal : t -> t -> bool
val join : t -> t -> t
val meet : t -> t -> t
val union : t -> t -> t
val inter : t -> t -> t
val widen : 'a Core.Context.ctx -> t -> t -> t
val fold_u : (Elt.t -> 'a -> 'a) -> t -> 'a -> 'a
val fold_o : (Elt.t -> 'a -> 'a) -> t -> 'a -> 'a
val print : Core.All.printer -> t -> unit