package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-2.8.0.tbz
sha256=9175eec0143102243964e34a0786584fd590c60422009259c705a89a27f88de4
sha512=9d760007dd8d003cf596516444ed7acc7370fc3d446e75ac71b0176522c3baae090410762f9035e7aae4f6b0e394bf28bb5b1c08ca0476920b94aa919ef04f42

doc/goblint.common/Messages/index.html

Module Messages

Messages (e.g. warnings) presented to the user about the program from the analysis.

module Pretty = GoblintCil.Pretty
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 out : out_channel ref

The file where everything is output

val get_out : string -> out_channel -> out_channel
val print : ?ppf:??? -> Message.t -> unit
val add : Table.MH.key -> unit
val final_table : unit Table.MH.t
val add_final : Table.MH.key -> unit
val finalize : unit -> unit
val current_context : ControlSpecC.t option ref
val msg_context : unit -> ControlSpecC.t option
val msg : Severity.t -> ?loc:??? -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val msg_noloc : Severity.t -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val msg_group : Severity.t -> ?loc:??? -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, (GoblintCil.Pretty.doc * Location.t option) list -> unit) format4 -> 'a
val warn : ?loc:??? -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val warn_noloc : ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val error : ?loc:??? -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val error_noloc : ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val info : ?loc:??? -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val info_noloc : ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val debug : ?loc:??? -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val debug_noloc : ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val success : ?loc:??? -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val success_noloc : ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
val msg_final : Severity.t -> ?tags:??? -> ?category:??? -> ('a, unit, Pretty.doc, unit) format4 -> 'a
include module type of struct include Goblint_tracing end
module Strs = Goblint_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 traceTag : string -> GoblintCil.Pretty.doc
val trace_mutex : Goblint_parallel.GobMutex.t
val printtrace : string -> GoblintCil.Pretty.doc -> unit
val gtrace : bool -> (Strs.elt -> GoblintCil.Pretty.doc -> unit) -> Strs.elt -> string option -> ?loc:??? -> (unit -> 'a) -> ('b, unit, GoblintCil.Pretty.doc, unit) format4 -> 'b
val trace : Strs.elt -> ?var:??? -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'a
val tracei : string -> ?var:??? -> ?subsys:??? -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'a
val tracec : Strs.elt -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'a
val traceu : Strs.elt -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'a
val tracel : Strs.elt -> ?var:??? -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'a
val traceli : Strs.elt -> ?var:??? -> ?subsys:??? -> ('a, unit, GoblintCil.Pretty.doc, unit) format4 -> 'a