parsing
Parsing.Parser
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
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
passes
powersets
python
python_lang
reduction
relational
repl
sig
stubs
toplevel
universal
universal_interproc
universal_iterators
universal_numeric
utils_core
value
type token =
| WARN
| VOLATILE
| VOID
| VALID_FLOAT
| UNSOUND
| UNSIGNED
| UNION
| TRUE
| TOP
| THEN
| STRUCT
| STRING_CONST of string
| STAR
| SIZEOF_TYPE
| SIZEOF_EXPR
| SIGNED
| SHORT
| SHARP
| SEMICOL
| RSHIFT
| RPAR
| RETURN
| RESTRICT
| RESOURCE
| REQUIRES
| RBRACK
| RBRACE
| RAISE
| QUESTION
| PRIMED
| PRIME
| PREDICATE
| PLUS
| OTHERWISE
| OR
| OFFSET
| NOT
| NEW
| NEQ
| MOD
| MINUS
| LT
| LSHIFT
| LPAR
| LOR
| LONG
| LOCAL
| LNOT
| LENGTH
| LE
| LBRACK
| LBRACE
| LAND
| INVALID
| INT_CONST of Z.t * Cst.int_suffix
| INT
| INDEX
| IN
| IMPLIES
| IF
| IDENT of string
| GT
| GE
| FREE
| FORALL
| FLOAT_NAN
| FLOAT_INF
| FLOAT_CONST of float
| FLOAT128
| FLOAT
| FALSE
| EXISTS
| EQ
| EOF
| ENUM
| ENSURES
| END_DELIM
| END
| ELSE
| DOUBLE
| DOT
| DIV
| CONST
| COMMA
| COLON
| CHAR_CONST of int
| CHAR
| CAST
| CASE
| BYTES
| BXOR
| BOR
| BNOT
| BEGIN_DELIM
| BASE
| BAND
| ASSUMES
| ASSIGNS
| ASSIGN
| ARROW
| AND
| ALIVE
| ALIAS
exception Error
val parse_type : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cst.c_qual_typ
val parse_stub : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cst.section list Utils_core.Location.with_range
val parse_expr : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Cst.expr