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.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4

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.Flow.flow

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) Core.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.