package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
doc/cfg/Cfg/Ast/CFG/index.html
Module Ast.CFG
module P : sig ... endtype node_id = P.NodeId.ttype edge_id = P.EdgeId.ttype port = P.Port.tmodule NodeSet : sig ... endmodule EdgeSet : sig ... endmodule NodeMap : sig ... endmodule EdgeMap : sig ... endval create : unit -> ('n, 'e) graphval node_remove_all_in : ('n, 'e) node -> unitval node_remove_all_out : ('n, 'e) node -> unitval edge_remove_all_src : ('n, 'e) edge -> unitval edge_remove_all_dst : ('n, 'e) edge -> unitval edge_data : ('n, 'e) edge -> 'eval edge_set_data : ('n, 'e) edge -> 'e -> unitval edge_src_size : ('n, 'e) edge -> intval edge_dst_size : ('n, 'e) edge -> intval node_data : ('n, 'e) node -> 'nval node_set_data : ('n, 'e) node -> 'n -> unitval node_in_size : ('n, 'e) node -> intval node_out_size : ('n, 'e) node -> intval transpose : ('n, 'e) graph -> unitval remove_orphan : ('n, 'e) graph -> unittype (!'n, !'e) printer = {print_node : Stdlib.Format.formatter -> ('n, 'e) node -> unit;print_edge : Stdlib.Format.formatter -> ('n, 'e) edge -> unit;print_src : Stdlib.Format.formatter -> ('n, 'e) node -> port -> ('n, 'e) edge -> unit;print_dst : Stdlib.Format.formatter -> ('n, 'e) edge -> port -> ('n, 'e) node -> unit;print_entry : Stdlib.Format.formatter -> ('n, 'e) node -> port -> unit;print_exit : Stdlib.Format.formatter -> ('n, 'e) node -> port -> unit;
}type (!'n, !'e) dot_printer = {dot_pp_node : Stdlib.Format.formatter -> ('n, 'e) node -> unit;dot_pp_edge : Stdlib.Format.formatter -> ('n, 'e) edge -> unit;dot_pp_port : Stdlib.Format.formatter -> port -> unit;dot_filter_node : ('n, 'e) node -> bool;dot_filter_edge : ('n, 'e) edge -> bool;dot_filter_port : port -> bool;
}val print_dot :
('n, 'e) dot_printer ->
string ->
Stdlib.Format.formatter ->
('n, 'e) graph ->
unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>