Goblint_lib.AnalysisStateGlobal flags for analysis state.
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 global_initialization : bool refA hack to see if we are currently doing global inits
val postsolving : bool refWhether currently in postsolver evaluations (e.g. verify, warn)
val verified : bool option ref