Ptranalval debug : bool refPrint extra debugging info
val debug_constraints : bool refDebug constraints (print all constraints)
val debug_aliases : bool refDebug smart alias queries
val debug_may_aliases : bool refDebug may alias queries
val smart_aliases : bool refval print_constraints : bool refPrint out the top level constraints
val analyze_mono : bool refMake the analysis monomorphic
val no_sub : bool refDisable subtyping
val no_flow : bool refMake the flow step a no-op
val show_progress : bool refShow the progress of the flow step
val conservative_undefineds : bool refTreat undefined functions conservatively
client can specify particular external functions that * have no side effects
val analyze_file : Cil.file -> unitAnalyze a file
If undefined functions are analyzed conservatively, any of the high-level queries may raise this exception
val resolve_lval : Cil.lval -> Cil.varinfo listval resolve_exp : Cil.exp -> Cil.varinfo listval resolve_funptr : Cil.exp -> Cil.fundec listval absloc_of_varinfo : Cil.varinfo -> abslocGive an abstract location for a varinfo
val d_absloc : unit -> absloc -> Pretty.docPrint a string representing an absloc, for debugging.
Compute points to sets for variables. If true is passed, print the sets.
val feature : Feature.t