Frama-C API - Equality_domain
type call_init_state = | ISCaller(*information from the caller is propagated in the callee. May be more precise, but problematic w.r.t Memexec because it increases cache miss dramatically.
*)| ISFormals(*empty state, except for the equalities between a formal and the corresponding actual. Lesser impact on Memexec.
*)| ISEmpty(*completely empty state, without impact on Memexec.
*)
Initial abstract state at the beginning of a call. From most precise to less precise.
val key : t Abstract_domain.keyval project : t -> Equality.Set.tmodule type Context = Abstract.Context.Externalmodule type Value = Abstract.Value.Externalval registered : Abstractions.Domain.registered