package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Recency.DomainSource

Domain header

=============

Sourcetype t = Pool.t
include sig ... end
val id : t Core__Id.id
val name : string
val debug : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval bottom : Pool.t
Sourceval top : Pool.t
Sourceval checks : 'a list

Lattice operators

=================

Sourceval is_bottom : 'a -> bool
Sourceval subset : Pool.t -> Pool.t -> bool
Sourceval join : Pool.t -> Pool.t -> Pool.t
Sourceval meet : Pool.t -> Pool.t -> Pool.t
Sourceval widen : 'a -> Pool.t -> Pool.t -> Pool.t
Sourceval merge : 'a -> ('b * 'c) -> ('d * 'e) -> 'f

Initialization

==============

Sourceval init : 'a -> ('b, Pool.t) Core.Manager.man -> 'b Core.Flow.flow -> 'b Core.Post.post option

Post-conditions

***************

Sourceval is_recent : Mopsa.addr -> bool
Sourceval is_old : Mopsa.addr -> bool
Sourceval exec : Mopsa.stmt -> ('a, Pool.t) Core.Manager.man -> 'a Core.Flow.flow -> ('a, unit) Mopsa.Cases.cases option

Evaluations

***********

Queries

*******

Sourceval ask : 'r. ('a, 'r) Mopsa.query -> ('a, t) Mopsa.man -> 'a Mopsa.flow -> ('a, 'r) Mopsa.cases option

Pretty printer

**************

Sourceval print_state : Mopsa.printer -> Pool.t -> unit
Sourceval print_expr : 'a -> 'b -> 'c -> 'd -> unit
OCaml

Innovation. Community. Security.