package goblint
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d
doc/goblint.lib/Goblintutil/index.html
Module Goblintutil
Globally 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