Functor Domain_builder.Complete_Simple_Cvalue

module Complete_Simple_Cvalue: 
functor (Domain : Simpler_domains.Simple_Cvalue-> Abstract_domain.Internal with type value = Cvalue.V.t and type location = Precise_locs.precise_location and type state = Domain.t
Parameters:
Domain : Simpler_domains.Simple_Cvalue

include Abstract_domain.S_with_Structure
module Store: Abstract_domain.Store  with type state := state
val post_analysis : t Eval.or_bottom -> unit

This function is called after the analysis. The argument is the state computed at the return statement of the main function. The function can also access all states stored in the Store module during the analysis. If the analysis aborted, this function is not called.