package goblint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d
doc/goblint.lib/Constraints/LimitLifter/index.html
Module Constraints.LimitLifter
Limits the number of widenings per node.
Parameters
module S : Analyses.SpecSignature
include module type of S with module D := S.D and type marshal = S.marshal
module C : Printable.Stype marshal = S.marshalAuxiliary data (outside of solution domains) that needs to be marshaled and unmarshaled. This includes: * hashtables, * varinfos (create_var), * RichVarinfos.
val finalize : unit -> marshalFinalize and return auxiliary data to be marshaled.
val startstate : Cil.varinfo -> S.D.tval exitstate : Cil.varinfo -> S.D.tval call_descr : Cil.fundec -> C.t -> stringval sync :
(S.D.t, G.t, C.t) Analyses.ctx ->
[ `Normal | `Join | `Return ] ->
S.D.tval query : (S.D.t, G.t, C.t) Analyses.ctx -> 'a Queries.t -> 'a Queries.resultval assign : (S.D.t, G.t, C.t) Analyses.ctx -> Cil.lval -> Cil.exp -> S.D.tval vdecl : (S.D.t, G.t, C.t) Analyses.ctx -> Cil.varinfo -> S.D.tval branch : (S.D.t, G.t, C.t) Analyses.ctx -> Cil.exp -> bool -> S.D.tval body : (S.D.t, G.t, C.t) Analyses.ctx -> Cil.fundec -> S.D.tval return :
(S.D.t, G.t, C.t) Analyses.ctx ->
Cil.exp option ->
Cil.fundec ->
S.D.tval intrpt : (S.D.t, G.t, C.t) Analyses.ctx -> S.D.tval asm : (S.D.t, G.t, C.t) Analyses.ctx -> S.D.tval skip : (S.D.t, G.t, C.t) Analyses.ctx -> S.D.tval special :
(S.D.t, G.t, C.t) Analyses.ctx ->
Cil.lval option ->
Cil.varinfo ->
Cil.exp list ->
S.D.tval threadenter :
(S.D.t, G.t, C.t) Analyses.ctx ->
Cil.lval option ->
Cil.varinfo ->
Cil.exp list ->
S.D.t listReturns initial state for created thread.
val threadspawn :
(S.D.t, G.t, C.t) Analyses.ctx ->
Cil.lval option ->
Cil.varinfo ->
Cil.exp list ->
(S.D.t, G.t, C.t) Analyses.ctx ->
S.D.tUpdates the local state of the creator thread using initial state of created thread.
val limit : int Prelude.refval init : S.marshal option -> unitmodule H = MyCFG.NodeHval h : int H.tval incr : H.key -> unitmodule D : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page