package mopsa

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa

doc/mopsa.mopsa_utils/Mopsa_utils/Core/Exceptions/index.html

Module Core.Exceptions

Common exceptions and warnings

Warnings

=-=-=-=-=-=-

val warn : ('a, Format.formatter, unit, unit) format4 -> 'a
val warn_at : Location.range -> ('a, Format.formatter, unit, unit) format4 -> 'a

Panic exceptions

=-=-=-=-=-=-=-=-=-=-

val pp : ('a, Format.formatter, unit, unit) format4 -> 'a
val pp_at : Location.range -> ('a, Format.formatter, unit, unit) format4 -> 'a
exception Panic of string * string

OCaml line of code

exception PanicAtLocation of Location.range * string * string

OCaml line of code

OCaml line of code

exception PanicAtFrame of Location.range * ControlCtx.control_ctx * string * string

OCaml line of code

OCaml line of code

val panic : ?loc:string -> ('a, Format.formatter, unit, 'b) format4 -> 'a

Raise a panic exception using a formatted string

val panic_at : ?loc:string -> Location.range -> ('a, Format.formatter, unit, 'b) format4 -> 'a
val panic_at_frame : ?loc:string -> Location.range -> ControlCtx.control_ctx -> ('a, Format.formatter, unit, 'b) format4 -> 'a

=-=-=-=-=-=-=-=-=-=-=-=-=-=-

exception SyntaxError of Location.range * string
exception SyntaxErrorList of (Location.range * string) list
exception UnnamedSyntaxError of Location.range
exception UnnamedSyntaxErrorList of Location.range list
val syntax_error : Location.range -> ('a, Format.formatter, unit, 'b) format4 -> 'a
val syntax_errors : (Location.range * string) list -> 'a
val unnamed_syntax_error : Location.range -> 'a
val unnamed_syntax_errors : Location.range list -> 'a
OCaml

Innovation. Community. Security.