Stacked.StackedToCombinerSourcemodule D : Abstraction.Stacked.STACKEDinclude Abstraction.Stacked.STACKED with type t = D.t*****************
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.
*********************
val subset :
('a, t) Core.All.man ->
'a Core.All.ctx ->
(t * 'a) ->
(t * 'a) ->
bool * 'a * 'aval join :
('a, t) Core.All.man ->
'a Core.All.ctx ->
(t * 'a) ->
(t * 'a) ->
t * 'a * 'aval meet :
('a, t) Core.All.man ->
'a Core.All.ctx ->
(t * 'a) ->
(t * 'a) ->
t * 'a * 'aval widen :
('a, t) Core.All.man ->
'a Core.All.ctx ->
(t * 'a) ->
(t * 'a) ->
t * 'a * 'a * bool**********************
val init :
Core.All.program ->
('a, t) Core.All.man ->
'a Core.All.flow ->
'a Core.All.post optionInitialization function
************
val 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_expr :
Core.All.DomainSet.t option ->
('a, t) Core.All.man ->
'a Core.All.flow ->
Core.All.printer ->
Core.All.expr ->
unit