core
Core.Token
Tokens identifying control flows
abstraction
ast
bitfields
c
c_common
c_lang
cfg
combiner
combiners
combiners_common
config
congUtils
containers
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
type token = ..
Flow tokens are used to distinguish between different control flows
type token +=
| T_cur
Token of current (active) execution flow
val register_token : token Mopsa_utils.TypeExt.info -> unit
Register a new token with its compare and print functions
val compare_token : token -> token -> int
Compare two tokens with a total order
val pp_token : Stdlib.Format.formatter -> token -> unit
Pretty printer of tokens
module TokenMap : sig ... end