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/toplevel/Toplevel/module-type-TOPLEVEL/index.html

Module type Toplevel.TOPLEVELSource

Signature of the toplevel abstraction

Abstraction header

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

Sourcetype t
Sourceval bottom : t
Sourceval top : t
Sourceval is_bottom : t -> bool

Lattice operators

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

Sourceval subset : (t, t) Core.All.man -> t Core.All.ctx -> t -> t -> bool
Sourceval join : (t, t) Core.All.man -> t Core.All.ctx -> t -> t -> t
Sourceval meet : (t, t) Core.All.man -> t Core.All.ctx -> t -> t -> t
Sourceval widen : (t, t) Core.All.man -> t Core.All.ctx -> t -> t -> t
Sourceval merge : t -> (t * Core.All.teffect) -> (t * Core.All.teffect) -> t

Transfer functions

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

Sourceval eval : ?route:Core.All.route -> ?translate:Core.All.semantic -> ?translate_when:(Core.All.semantic * (Core.All.expr -> bool)) list -> Core.All.expr -> (t, t) Core.All.man -> t Core.All.flow -> t Core.All.eval
Sourceval ask : ?route:Core.All.route -> (t, 'r) Core.All.query -> (t, t) Core.All.man -> t Core.All.flow -> (t, 'r) Core.All.cases

Pretty printing

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

Sourceval print_state : ?route:Core.All.route -> Core.All.printer -> t -> unit
Sourceval print_expr : ?route:Core.All.route -> (t, t) Core.All.man -> t Core.All.flow -> Core.All.printer -> Core.All.expr -> unit

Exceptions

Sourceexception SysBreak of t Core.All.flow
Sourceexception GoBackward
OCaml

Innovation. Community. Security.