package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Pretty = GoblintCil.Pretty
module GU = Goblintutil
module Category = MessageCategory
module Severity : sig ... end
module Location : sig ... end
module Piece : sig ... end
module MultiPiece : sig ... end
module Tag : sig ... end
module Tags : sig ... end
module Message : sig ... end
module Table : sig ... end
val formatter : Format.formatter ref
val xml_file_name : string ref
val get_out : string -> out_channel -> out_channel
val print : ?ppf:Format.formatter -> Message.t -> unit
val add : Table.MH.key -> unit
val current_context : Obj.t option ref

(Control.get_spec ()) context, represented type: (Control.get_spec ()).C.t

val msg_context : unit -> Obj.t option
val msg : Severity.t -> ?loc:Location.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'b
val msg_noloc : Severity.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'b
val msg_group : Severity.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, (Pretty.doc * Location.t option) list -> unit) format4 -> 'b
val warn : ?loc:Location.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val warn_noloc : ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val error : ?loc:Location.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val error_noloc : ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val info : ?loc:Location.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val info_noloc : ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val debug : ?loc:Location.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val debug_noloc : ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val success : ?loc:Location.t -> ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val success_noloc : ?tags:Tag.t list -> ?category:Category.category -> ('a, unit, Pretty.doc, unit) format4 -> 'a
include module type of struct include Tracing end
module Strs = Tracing.Strs
val tracing : bool
val current_loc : GoblintCil.location ref
val next_loc : GoblintCil.location ref
val trace_sys : Strs.t ref
val activated : Strs.t ref
val active_dep : (string, Strs.t) Hashtbl.t
val tracevars : string list ref
val tracelocs : int list ref
val addsystem : Strs.elt -> unit
val activate : string -> string list -> unit
val deactivate : string -> unit
val indent_level : int ref
val traceIndent : unit -> unit
val traceOutdent : unit -> unit
val mygprintf : 'b -> ('a, unit, GoblintCil.Pretty.doc, 'b0) format4 -> 'a0
val traceTag : string -> GoblintCil.Pretty.doc
val printtrace : string -> GoblintCil.Pretty.doc -> unit
val gtrace : bool -> (Strs.elt -> GoblintCil.Pretty.doc -> unit) -> Strs.elt -> string option -> ?loc:GoblintCil.location -> (unit -> 'a) -> ('b, unit, GoblintCil.Pretty.doc, unit) format4 -> 'c
val trace : Strs.elt -> ?var:string -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'b
val tracel : Strs.elt -> ?var:string -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'b
val tracei : string -> ?var:string -> ?subsys:string list -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'b
val tracec : Strs.elt -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'b
val traceu : Strs.elt -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'b
val traceli : Strs.elt -> ?var:string -> ?subsys:string list -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'b