package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.5.0.tbz
sha256=452d8491527aea21f2cbb11defcc14ba0daf9fdb6bdb9fc0af73e56eac57b916
sha512=1993cd45c4c7fe124ca6e157f07d17ec50fab5611b270a434ed1b7fb2910aa85a8e6eaaa77dad770430710aafb2f6d676c774dd33942d921f23e2f9854486551

doc/goblint.common/CfgTools/index.html

Module CfgTools

Construction and output of CFGs.

module H = MyCFG.NodeH
module NH = MyCFG.NodeH
val find_backwards_reachable : initial_size:int -> (module MyCFG.CfgBackward) -> MyCFG.node -> unit NH.t
module SCC : sig ... end

Strongly connected component.

val computeSCCs : (module MyCFG.CfgBidir) -> NH.key list -> SCC.t list * SCC.t NH.t
val pretty_edges : unit -> ('a * Edge.t) list -> GoblintCil.Pretty.doc
val node_scc_global : SCC.t NH.t
exception Not_connect of GoblintCil.fundec
val minimizeCFG : ('a list H.t * (MyCFG.edges * Node.t) list H.t) -> CilType.Stmt.t list MyCFG.CfgEdgeH.t -> ((CilType.Location.t * Edge.t) list * H.key) list H.t * ((CilType.Location.t * Edge.t) list * H.key) list H.t * CilType.Stmt.t list MyCFG.CfgEdgeH.t
module type CfgPrinters = sig ... end
module type NodeStyles = sig ... end
module CfgPrinters (NodeStyles : NodeStyles) : sig ... end
val fprint_dot : (module CfgPrinters) -> ((MyCFG.node -> ((GoblintCil.location * MyCFG.edge) list * MyCFG.node) -> unit) -> 'a) -> Stdlib.Format.formatter -> unit
val fprint_hash_dot : ((GoblintCil.location * MyCFG.edge) list * MyCFG.node) list H.t -> unit
val compute_cfg : GoblintCil.file -> (module MyCFG.CfgBidirSkip)
val iter_fd_edges : (module MyCFG.CfgBackward) -> CilType.Fundec.t -> (MyCFG.node -> (MyCFG.edges * MyCFG.node) -> unit) -> unit
val fprint_fundec_html_dot : (module MyCFG.CfgBidir) -> (MyCFG.node -> bool) -> CilType.Fundec.t -> Stdlib.Format.formatter -> unit
val sprint_fundec_html_dot : (module MyCFG.CfgBidir) -> (MyCFG.node -> bool) -> CilType.Fundec.t -> string
val dead_code_cfg : (module MyCFG.FileCfg) -> (MyCFG.node -> bool) -> unit
val getGlobalInits : GoblintCil.file -> MyCFG.edges
val numGlobals : GoblintCil.Cil.file -> int
OCaml

Innovation. Community. Security.