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-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d
doc/goblint.lib/Control/index.html
Module Control
An analyzer that takes the CFG from MyCFG, a solver from Selector, constraints from Constraints (using the specification from MCP)
module type S2S = functor (X : Analyses.Spec) -> Analyses.Specval get_spec : unit -> (module Analyses.Spec)module AnalyzeCFG
(Cfg : MyCFG.CfgBidir)
(Spec : Analyses.Spec)
(Inc : Constraints.Increment) :
sig ... endGiven a Cfg, a Spec, and an Inc, computes the solution to MCP.Path
val analyze_loop :
(module MyCFG.CfgBidir) ->
Cil.file ->
Analyses.fundecs ->
Analyses.increment_data ->
unitval compute_cfg : Cil.file -> (module MyCFG.CfgBidir)val analyze : Analyses.increment_data -> Cil.file -> Analyses.fundecs -> unitThe main function to perform the selected analyses.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>