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.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0
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 -> (MyCFG.edges * MyCFG.node) -> 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)"
>