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 svcomp_may_not_terminate : bool refWhether the termination analysis detects the program as non-terminating
Whether an invalid free happened
val svcomp_may_invalid_free : bool refWhether an invalid free happened
val svcomp_may_invalid_deref : bool refWhether an invalid pointer dereference happened
val svcomp_may_invalid_memtrack : bool refWhether a memory leak occurred and there's no reference to the leaked memory
val svcomp_may_invalid_memcleanup : bool refWhether a memory leak occurred
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