MessagesMessages (e.g. warnings) presented to the user about the program from the analysis.
module Category = MessageCategorymodule Severity : sig ... endmodule Location : sig ... endmodule Piece : sig ... endmodule MultiPiece : sig ... endmodule Tag : sig ... endmodule Tags : sig ... endmodule Message : sig ... endmodule Table : sig ... endval print : ?ppf:Stdlib.Format.formatter -> Message.t -> unitval add : Table.MH.key -> unitval final_table : unit Table.MH.tval add_final : Table.MH.key -> unitval current_context : ControlSpecC.t option Stdlib.refval msg_context : unit -> ControlSpecC.t optionval msg :
Severity.t ->
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval msg_noloc :
Severity.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval msg_group :
Severity.t ->
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a,
unit,
Pretty.doc,
(GoblintCil.Pretty.doc * Location.t option) list ->
unit)
Stdlib.format4 ->
'aval warn :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval warn_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval error :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval error_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval info :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval info_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval debug :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval debug_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval success :
?loc:Location.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval success_noloc :
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'aval msg_final :
Severity.t ->
?tags:Tag.t list ->
?category:Category.category ->
('a, unit, Pretty.doc, unit) Stdlib.format4 ->
'ainclude module type of struct include Goblint_tracing endmodule Strs = Goblint_tracing.Strsval trace_sys : Strs.t Stdlib.refval activated : Strs.t Stdlib.refval active_dep : (string, Strs.t) Stdlib.Hashtbl.tval addsystem : Strs.elt -> unitval trace_mutex : Goblint_parallel.GobMutex.tval trace :
Strs.elt ->
?var:string ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'aval tracec :
Strs.elt ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'aval traceu :
Strs.elt ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'aval tracel :
Strs.elt ->
?var:string ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'aval traceli :
Strs.elt ->
?var:string ->
?subsys:string list ->
('a, unit, GoblintCil.Pretty.doc, unit) Stdlib.format4 ->
'a