module Abstract_ai: sig
.. end
Global information on functions that are collected during each pass. These
information are furthermore used torestrict pre or post-condition of
fonctions according to there scope of use.
val functions_pre_usecase : (string, bool array * bool array) Hashtbl.t
Global information on functions that are collected during each pass. These
information are furthermore used torestrict pre or post-condition of
fonctions according to there scope of use.
val functions_post_usecase : (string, bool array * bool array) Hashtbl.t
val spec_modified : bool Pervasives.ref
class visit_propagating_pre_post_constraints : Promelaast.typed_automaton ->
object
.. end
This visitor requires that each function has a specification.
val propagates_pre_post_constraints : Cil_types.file -> string -> bool