Messagesmodule GU = Goblintutilmodule Category = MessageCategorymodule Severity : sig ... endmodule Piece : sig ... endmodule MultiPiece : sig ... endmodule Tag : sig ... endmodule Tags : sig ... endmodule Message : sig ... endmodule Table : sig ... endval formatter : Format.formatter refval xml_file_name : string refval warn_race : out_channel refval warn_safe : out_channel refval warn_higr : out_channel refval warn_higw : out_channel refval warn_lowr : out_channel refval warn_loww : out_channel refval get_out : string -> out_channel -> out_channelval print : ?ppf:Format.formatter -> Message.t -> unitval add : Table.MH.key -> unitval msg_group_race_old :
Severity.t ->
string ->
(string * CilType.Location.t) list ->
unitAdapts old print_group to new message structure. Don't use for new (group) warnings.
(Control.get_spec ()) context, represented type: (Control.get_spec ()).C.t
val msg :
Severity.t ->
?loc:CilType.Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval msg_noloc :
Severity.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval msg_group :
Severity.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, (Pretty.doc * CilType.Location.t option) list -> unit)
format4 ->
'aval warn :
?loc:CilType.Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval warn_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval error :
?loc:CilType.Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval error_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval info :
?loc:CilType.Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval info_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval debug :
?loc:CilType.Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval debug_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval success :
?loc:CilType.Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'aval success_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) format4 ->
'ainclude module type of struct include Tracing endmodule Strs = Tracing.Strsval current_loc : Cil.location refval next_loc : Cil.location refval tracevars : string list refval tracelocs : int list refval addsystem : Strs.elt -> unitval indent_level : int refval mygprintf : ('a, unit, Pretty.doc, 'b) format4 -> 'aval tracei :
string ->
?var:string ->
?subsys:string list ->
('a, unit, Pretty.doc, unit) format4 ->
'a