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/abstraction/Abstraction/Simplified_value/index.html

Module Abstraction.Simplified_valueSource

Simplified signature of a value abstraction.

Value domain

Sourcemodule type SIMPLIFIED_VALUE = sig ... end
Sourceval default_backward_unop : Core.All.operator -> Core.All.typ -> 't -> Core.All.typ -> 't -> 't

Some default transfer functions

Sourceval default_backward_binop : Core.All.operator -> Core.All.typ -> 't -> Core.All.typ -> 't -> Core.All.typ -> 't -> 't * 't
Sourceval default_filter : bool -> Core.All.typ -> 't -> 't
Sourceval default_compare : Core.All.operator -> bool -> Core.All.typ -> 't -> Core.All.typ -> 't -> 't * 't
Sourcemodule DefaultValueFunctions : sig ... end

Template module with default transfer functions

Functor to create a value abstraction from a simplified value abstraction

Registration

Sourceval register_simplified_value_abstraction : (module SIMPLIFIED_VALUE) -> unit

Register a new simplifed value domain

OCaml

Innovation. Community. Security.