Module Description


module Description: sig .. end
Module for Describing items of Source and Properties.
Since Nitrogen-20111001

val pp_loc : Format.formatter -> Cil_types.location -> unit
prints "<file,line>" or "generated"
val pp_stmt : Format.formatter -> Cil_types.stmt -> unit
prints "<instruction> (<file,line>)"
val pp_kinstr : Format.formatter -> Cil_types.kinstr -> unit
prints nothing for global, or " at <stmt>"
val pp_idpred : Format.formatter -> Cil_types.identified_predicate -> unit
prints the "'<labels>'" or the "(<location>)" of the predicate
val pp_froms : Format.formatter -> Cil_types.identified_term Cil_types.from list -> unit
prints message "nothing" or the "'<names>'" or the "(<location>)" of the relation
val pp_for : Format.formatter -> string list -> unit
prints nothing or " for 'b1,...,bn'"
val pp_bhv : Format.formatter -> Cil_types.funbehavior -> unit
prints nothing for default behavior, and " for 'b'" otherwize
val pp_property : Format.formatter -> Property.t -> unit
prints an identified property
type kf = [ `Always | `Context of Cil_types.kernel_function | `Never ] 
val pp_localized : kf:kf -> ki:bool -> Format.formatter -> Property.t -> unit
prints more-or-less localized property