Frama-C API - Interferences
type state = Dom.t
reset ()
resets the current interferences state. Must be called between two analyses.
val add_last_analysis : Eva__.Thread.t -> Eva__.Analysis_location.Local.Set.t -> Frama_c_kernel.Base.Hptset.t -> add_result
Add the last Eva analysis results to the given interferences abstract representation.
Inject current interferences to an abstract state. If activated, the Mthread domain helps filtering applicable interferences. This function is the identity if the Mthread domain can infer that no shared memory has been read or written during the last transfer function.