package mopsa

  1. Overview
  2. Docs
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation

Install

Dune Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500

doc/heap/Heap/Recency/Domain/index.html

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.