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 ref
Json files that are given as arguments
val should_warn : bool ref
If 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 ref
Whether signed overflow or underflow happened
val globals_changed : int ref
number 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 ref
The file where everything is output
val tempDirName : string ref
Temp 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.t
val global_initialization : bool ref
A hack to see if we are currently doing global inits
val earlyglobs : bool ref
Another hack to see if earlyglobs is enabled
val postsolving : bool ref
Whether currently in postsolver evaluations (e.g. verify, warn)
val verified : bool option ref
val name_to_string_hlp : name -> string
val name_to_string : name -> string
val num_p : string -> name list * string
val conv : string -> name * string
val to_name : string -> name
val vars : int ref
val evals : int ref
val print_gc_quick_stat : out_channel -> Gc.stat
val for_all_in_range :
(IntOps.BigIntOpsBase.t * IntOps.BigIntOpsBase.t) ->
(IntOps.BigIntOpsBase.t -> bool) ->
bool
val dummy_obj : Obj.t