Scope.DatascopeSourceval get_data_scope_at_stmt :
Frama_c_kernel.Kernel_function.t ->
Frama_c_kernel.Cil_types.stmt ->
Frama_c_kernel.Cil_types.lval ->
Frama_c_kernel.Cil_datatype.Stmt.Hptset.t
* (Frama_c_kernel.Cil_datatype.Stmt.Hptset.t
* Frama_c_kernel.Cil_datatype.Stmt.Hptset.t)val get_prop_scope_at_stmt :
Frama_c_kernel.Cil_types.kernel_function ->
Frama_c_kernel.Cil_types.stmt ->
Frama_c_kernel.Cil_types.code_annotation ->
Frama_c_kernel.Cil_datatype.Stmt.Hptset.t
* Frama_c_kernel.Cil_types.code_annotation listcompute the set of statements where the given annotation has the same value as before the given stmt. Also returns the eventual code annotations that are implied by the one given as argument.
Print how many assertions could be removed based on the previous analysis (get_prop_scope_at_stmt) and return the annotations that can be removed.
Same analysis than check_asserts but mark the assertions as proven.
module R : Frama_c_kernel.Plugin.General_servicesfor internal use