GoblintutilGlobally accessible flags and utility functions.
Outputs information about what the goblin is doing
val jsonFiles : string list refJson files that are given as arguments
val should_warn : bool refIf this is true we output messages and collect accesses. This is set to true in control.ml before we verify the result (or already before solving if warn = 'early')
val svcomp_may_overflow : bool refWhether signed overflow or underflow happened
val globals_changed : int refnumber of times that globals change !CAUTION: This is only set in contain.ml and is not what one would think it is!
val out : out_channel refThe file where everything is output
val tempDirName : string refTemp directory, set in maingoblint.ml, but used by the OSEK analysis.
Command for assigning an id to a varinfo. All varinfos directly created by Goblint should be modified by this method
val type_inv_tbl : (int, Cil.varinfo) Hashtbl.tval global_initialization : bool refA hack to see if we are currently doing global inits
val earlyglobs : bool refAnother hack to see if earlyglobs is enabled
val postsolving : bool refWhether currently in postsolver evaluations (e.g. verify, warn)
val verified : bool option refval name_to_string_hlp : name -> stringval name_to_string : name -> stringval num_p : string -> name list * stringval conv : string -> name * stringval to_name : string -> nameval vars : int refval evals : int refval print_gc_quick_stat : out_channel -> Gc.statval for_all_in_range :
(IntOps.BigIntOpsBase.t * IntOps.BigIntOpsBase.t) ->
(IntOps.BigIntOpsBase.t -> bool) ->
boolval dummy_obj : Obj.t