package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4
doc/cfg/Cfg/Frontend/index.html
Module Cfg.FrontendSource
Converts a Universal program AST into a CFG.
dump CFG in dot file (for debugging)
Graph conversion
Source
val extract_calls_expr :
Mopsa.expr ->
(Mopsa.var * Mopsa.range) list * Mopsa.stmt list * Mopsa.exprSource
val extract_calls_stmt :
Mopsa.stmt ->
(Mopsa.var * Mopsa.range) list * Mopsa.stmt list * Mopsa.stmtSource
val add_edge :
ctx ->
Mopsa_utils.Location.range ->
(Ast.port * Ast.node) list ->
(Ast.port * Ast.node) list ->
Mopsa.stmt list ->
unitSource
val add_block_after :
ctx ->
Mopsa_utils.Location.range ->
Ast.node ->
Mopsa.stmt list ->
Ast.nodeSource
val add_block_before :
ctx ->
Mopsa_utils.Location.range ->
Ast.node ->
Mopsa.stmt list ->
Ast.nodeCreates a new graph and fill-in with the given statement.
Converts a function AST to a CFG.
Converts a full universal program.
From source to CFG.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page