package goblint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-2.2.1.tbz
sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674
sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e
doc/goblint.lib/Goblint_lib/CfgTools/index.html
Module Goblint_lib.CfgTools
Construction and output of CFGs.
module H = MyCFG.NodeHmodule NH = MyCFG.NodeHval find_backwards_reachable :
initial_size:int ->
(module MyCFG.CfgBackward) ->
MyCFG.node ->
unit NH.tmodule SCC : sig ... endStrongly connected component.
val computeSCCs :
(module MyCFG.CfgBidir) ->
NH.key list ->
SCC.t list * SCC.t NH.tval pretty_edges : unit -> ('a * Edge.t) list -> GoblintCil.Pretty.docmodule CfgEdge : sig ... endType of CFG "edges": keyed by 'from' and 'to' nodes, along with the list of connecting instructions.
module CfgEdgeH : sig ... endval createCFG :
GoblintCil.file ->
(MyCFG.edges * Node.t) list H.t
* (MyCFG.edges * Node.t) list H.t
* CilType.Stmt.t list CfgEdgeH.tval minimizeCFG :
('a list H.t * (MyCFG.edges * Node.t) list H.t) ->
CilType.Stmt.t list 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 CfgEdgeH.tmodule type CfgPrinters = sig ... endmodule type NodeStyles = sig ... endmodule CfgPrinters (NodeStyles : NodeStyles) : sig ... endval fprint_dot :
(module CfgPrinters) ->
((MyCFG.node ->
((GoblintCil.location * MyCFG.edge) list * MyCFG.node) ->
unit) ->
'a) ->
Format.formatter ->
unitval fprint_hash_dot :
((GoblintCil.location * MyCFG.edge) list * MyCFG.node) list H.t ->
unitval getCFG :
GoblintCil.file ->
MyCFG.cfg * MyCFG.cfg * GoblintCil.stmt list CfgEdgeH.tval iter_fd_edges :
(module MyCFG.CfgBackward) ->
CilType.Fundec.t ->
(MyCFG.node -> ((CilType.Location.t * Edge.t) list * Node.t) -> unit) ->
unitval fprint_fundec_html_dot :
(module MyCFG.CfgBidir) ->
(MyCFG.node -> bool) ->
CilType.Fundec.t ->
Format.formatter ->
unitval sprint_fundec_html_dot :
(module MyCFG.CfgBidir) ->
(MyCFG.node -> bool) ->
CilType.Fundec.t ->
stringval dead_code_cfg : (module MyCFG.FileCfg) -> (MyCFG.node -> bool) -> unitval getGlobalInits : GoblintCil.file -> MyCFG.edges sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>