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/AccessAnalysis/Spec/index.html
Module AccessAnalysis.Spec
Access analyzer without base --- this is the new standard
include module type of struct include Analyses.DefaultSpec end
module P = Analyses.UnitPval asm : ('a, 'b, 'c, 'd) Analyses.ctx -> 'aval skip : ('a, 'b, 'c, 'd) Analyses.ctx -> 'aval sync : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'aval paths_as_set : ('a, 'b, 'c, 'd) Analyses.ctx -> 'a listmodule A = Analyses.UnitAmodule D = Lattice.Unitmodule C = Lattice.Unitmodule V : sig ... endmodule G = AccessDomain.EventSetval collect_local : bool refval emit_single_threaded : bool refval do_access :
(D.t, G.t, C.t, V.t) Analyses.ctx ->
AccessKind.t ->
bool ->
GoblintCil.exp ->
unitval access_one_top :
?force:bool ->
?deref:bool ->
(D.t, G.t, C.t, V.t) Analyses.ctx ->
AccessKind.t ->
bool ->
CilType.Exp.t ->
unitThree access levels:
deref=false,reach=false- Accessexpwithout dereferencing, used for all normal reads and all function call arguments.deref=true,reach=false- Accessexpby dereferencing once (may-point-to), used for lval writes and shallow special accesses.deref=true,reach=true- Accessexpby dereferencing transitively (reachable), used for deep special accesses.
Transfer functions:
val assign :
(D.t, G.t, C.t, V.t) Analyses.ctx ->
GoblintCil.lval ->
CilType.Exp.t ->
D.tval branch : (D.t, G.t, C.t, V.t) Analyses.ctx -> CilType.Exp.t -> 'a -> D.tval return :
(D.t, G.t, C.t, V.t) Analyses.ctx ->
CilType.Exp.t option ->
'a ->
D.tval body : (D.t, 'a, 'b, 'c) Analyses.ctx -> 'd -> D.tval special :
(D.t, G.t, C.t, V.t) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.Cil.varinfo ->
CilType.Exp.t list ->
D.tval enter :
(D.t, 'a, 'b, 'c) Analyses.ctx ->
'd ->
'e ->
'f ->
(D.t * D.t) listval combine_env :
(D.t, G.t, C.t, V.t) Analyses.ctx ->
'a ->
CilType.Exp.t ->
'b ->
CilType.Exp.t list ->
'c ->
'd ->
'e ->
'dval query :
('b, G.t, 'c, MyCFG.node) Analyses.ctx ->
'a Queries.t ->
'a Queries.resultval event : (unit, G.t, 'a, MyCFG.node) Analyses.ctx -> Events.t -> 'b -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>