module Description: sig
.. end
Describe items of Source and Properties.
Since Nitrogen-20111001
val pp_stmt : bool -> Format.formatter -> Cil_types.stmt -> unit
prints "<instruction>" or "<instruction> (<file,line>)"
val pp_kinstr : bool -> Format.formatter -> Cil_types.kinstr -> unit
prints nothing for global, or " at <stmt>"
val pp_idpred : bool -> Format.formatter -> Cil_types.identified_predicate -> unit
prints the "'<labels>'" or the "(<location>)" of the predicate
val pp_region : bool ->
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_named : Format.formatter -> Cil_types.predicate -> unit
prints the name of a named logic structure (if any), separated by ','.
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'" otherwise
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 -> kloc:bool -> Format.formatter -> Property.t -> unit
prints more-or-less localized property
val pp_local : Format.formatter -> Property.t -> unit
completely local printer
val pp_compare : Property.t -> Property.t -> int
Computes a partial order compatible with pretty printing
val full_compare : Property.t -> Property.t -> int
Completes pp_compare
with Property.compare