package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
doc/combiner/Combiner/Domain/StandardToStacked/index.html
Module Domain.StandardToStackedSource
Parameters
module D : DOMAIN_COMBINERSignature
include Abstraction.Stacked.STACKED with type t = D.t
Domain header
*****************
type t = D.tType of an abstract elements.
val id : t Core.All.idDomain identifier
val checks : Core.All.check listList of checks performed by the domain
val bottom : tLeast abstract element of the lattice.
val top : tGreatest abstract element of the lattice.
val is_bottom : t -> boolis_bottom a tests whether a is bottom or not.
Lattice operators
*********************
Source
val subset :
('a, t) Core.All.man ->
'a Core.All.ctx ->
(t * 'a) ->
(t * 'a) ->
bool * 'a * 'aSource
val widen :
('a, t) Core.All.man ->
'a Core.All.ctx ->
(t * 'a) ->
(t * 'a) ->
t * 'a * 'a * boolTransfer functions
**********************
val init :
Core.All.program ->
('a, t) Core.All.man ->
'a Core.All.flow ->
'a Core.All.post optionInitialization function
Printing
************
val domains : Core.All.DomainSet.tval semantics : Core.All.SemanticSet.tval routing_table : Core.All.routing_tableval merge :
Core.All.path ->
t ->
(t * Core.All.change_map) ->
(t * Core.All.change_map) ->
tval exec :
Core.All.DomainSet.t option ->
Core.All.stmt ->
('a, t) Core.All.man ->
'a Core.All.flow ->
'a Core.All.post optionval eval :
Core.All.DomainSet.t option ->
Core.All.expr ->
('a, t) Core.All.man ->
'a Core.All.flow ->
'a Core.All.eval optionval ask :
Core.All.DomainSet.t option ->
('a, 'r) Core.All.query ->
('a, t) Core.All.man ->
'a Core.All.flow ->
('a, 'r) Core.All.cases optionval print_state : Core.All.DomainSet.t option -> Core.All.printer -> t -> unitval print_expr :
Core.All.DomainSet.t option ->
('a, t) Core.All.man ->
'a Core.All.flow ->
Core.All.printer ->
Core.All.expr ->
unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page