module CfgAnnot: sig
.. end
Normalization of Annotations.
Labels are renamed wrt NormAtLabels and reorganized for use/prove
dispatching in CfgCalculus
.
type
behavior = {
}
val get_requires : goal:bool ->
Cil_types.kernel_function -> Cil_types.funbehavior -> WpPropId.pred_info list
val get_preconditions : goal:bool -> Cil_types.kernel_function -> WpPropId.pred_info list
val get_behavior_goals : Cil_types.kernel_function ->
?smoking:bool -> ?exits:bool -> Cil_types.funbehavior -> behavior
val get_complete_behaviors : Cil_types.kernel_function -> WpPropId.pred_info list
val get_disjoint_behaviors : Cil_types.kernel_function -> WpPropId.pred_info list
val get_terminates_goal : Cil_types.kernel_function -> WpPropId.pred_info option
val get_decreases_goal : Cil_types.kernel_function -> WpPropId.variant_info option
type
code_assertion = {
}
val get_code_assertions : ?smoking:bool ->
Cil_types.kernel_function -> Cil_types.stmt -> code_assertion list
val get_unreachable : Cil_types.kernel_function -> Cil_types.stmt -> WpPropId.prop_id
val get_stmt_assigns : Cil_types.kernel_function ->
Cil_types.stmt -> WpPropId.assigns_full_info list
type
loop_hypothesis =
type
loop_invariant = {
}
type
loop_contract = {
}
val get_loop_contract : ?smoking:bool ->
?terminates:Cil_types.predicate ->
Cil_types.kernel_function -> Cil_types.stmt -> loop_contract
val mk_variant_properties : Cil_types.kernel_function ->
Cil_types.stmt ->
Cil_types.code_annotation ->
Cil_types.term -> WpPropId.pred_info * WpPropId.pred_info
type
contract = {
}
val get_call_contract : ?smoking:Cil_types.stmt ->
Cil_types.kernel_function -> Cil_types.stmt -> contract
val clear : unit -> unit