package mopsa
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_analyzer/Mopsa_analyzer/Framework/Core/index.html
Module Framework.Core
module Alarm : sig ... endAlarms - issues found by the analyzer in a program
module All : sig ... endmodule Ast : sig ... endmodule Avalue : sig ... endAbstract value representation
module Cache : sig ... endCache of post-conditions and evaluations
module Cases : sig ... endCases - data structure for case-based transfer functions.
module Change : sig ... endChanges are used to log the statements executed during the computation of a post-state
module Context : sig ... endContext - Storage for flow-insensitive information
module Eval : sig ... endEval - abstract evaluations of expressions
module Flow : sig ... endAbstraction of control flows.
module Hook : sig ... endHooks are modules that can observe the execution of the transfer functions without modifying their output. They can be used however to enrich the analysis by adding information to the context.
module Id : sig ... endGenerators of identifiers for domains and values
module Lattice : sig ... endInterface of lattice structures
module Manager : sig ... endManager - access to the top-level lattice and transfer functions
module Marker : sig ... endTrace markers
module Path : sig ... endPath of domains inside the abstraction DAG
module Post : sig ... endPost - Post-states of statement execution.
module Print : sig ... endPrint - structured pretty-printing
module Query : sig ... endGeneric query mechanism for extracting information from domains.
module Route : sig ... endRoutes to select sub-trees of the abstraction when interpreting commands
module Token : sig ... endTokens identifying control flows
module Utils : sig ... endUtility functions