abstraction
Abstraction.Value_functor
Signature of functors of value domains
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
lattices
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 type VALUE_FUNCTOR = sig ... end
val register_value_functor : (module VALUE_FUNCTOR) -> unit
Register a new functor of value domains
val find_value_functor : string -> (module VALUE_FUNCTOR)
Find a value functor by its name. Raise Not_found if no functor is found
Not_found
val mem_value_functor : string -> bool
mem_value_functor name checks whether a value functor with name name is registered
mem_value_functor name
name
val value_functor_names : unit -> string list
Return the names of registered value functor