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/core/Core/Token/TokenMap/index.html

Module Token.TokenMapSource

Sourcetype +'a t
Sourceval bottom : 'a t
Sourceval top : 'a t
Sourceval singleton : token -> 'a -> 'a t
Sourceval is_bottom : 'a Lattice.lattice -> 'a t -> bool
Sourceval is_empty : 'a t -> bool
Sourceval is_singleton : 'a t -> bool
Sourceval is_top : 'a Lattice.lattice -> 'a t -> bool
Sourceval subset : 'a Lattice.lattice -> 'a Context.ctx -> 'a t -> 'a t -> bool
Sourceval join : 'a Lattice.lattice -> 'a Context.ctx -> 'a t -> 'a t -> 'a t
Sourceval join_list : 'a Lattice.lattice -> 'a Context.ctx -> 'a t list -> 'a t
Sourceval meet : 'a Lattice.lattice -> 'a Context.ctx -> 'a t -> 'a t -> 'a t
Sourceval meet_list : 'a Lattice.lattice -> 'a Context.ctx -> 'a t list -> 'a t
Sourceval widen : 'a Lattice.lattice -> 'a Context.ctx -> 'a t -> 'a t -> 'a t
Sourceval print : (Print.printer -> 'a -> unit) -> Print.printer -> 'a t -> unit
Sourceval mem : token -> 'a t -> bool
Sourceval find : token -> 'a t -> 'a
Sourceval find_opt : token -> 'a t -> 'a option
Sourceval get : token -> 'a Lattice.lattice -> 'a t -> 'a
Sourceval set : token -> 'a -> 'a Lattice.lattice -> 'a t -> 'a t
Sourceval copy : token -> token -> 'a Lattice.lattice -> 'a t -> 'a t -> 'a t
Sourceval remove : token -> 'a t -> 'a t
Sourceval filter : (token -> 'a -> bool) -> 'a t -> 'a t
Sourceval partition : (token -> 'a -> bool) -> 'a t -> 'a t * 'a t
Sourceval map : (token -> 'a -> 'b) -> 'a t -> 'b t
Sourceval fold : ('b -> token -> 'a -> 'b) -> 'b -> 'a t -> 'b
Sourceval iter : (token -> 'a -> unit) -> 'a t -> unit
Sourceval merge : (token -> 'a option -> 'a option -> 'a option) -> 'a Lattice.lattice -> 'a t -> 'a t -> 'a t
Sourceval map2zo : (token -> 'a -> 'a) -> (token -> 'a -> 'a) -> (token -> 'a -> 'a -> 'a) -> 'a t -> 'a t -> 'a t
Sourceval neutral2 : (token -> 'a -> 'a -> 'a) -> 'a t -> 'a t -> 'a t
Sourceval absorb2 : (token -> 'a -> 'a -> 'a) -> 'a t -> 'a t -> 'a t
OCaml

Innovation. Community. Security.