You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
4.1 KiB
3 lines
4.1 KiB
5 years ago
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__AbstractInterpreter (infer.InferModules__AbstractInterpreter)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">infer</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">InferModules__AbstractInterpreter</span></h1></header><div class="spec type" id="type-state"><a href="#type-state" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>'a state</code><code></code><code><span class="keyword"> = </span></code><code>{</code><table class="record"><tr id="type-state.pre" class="anchored"><td class="def field"><a href="#type-state.pre" class="anchor"></a><code>pre : <span class="type-var">'a</span>;</code></td></tr><tr id="type-state.post" class="anchored"><td class="def field"><a href="#type-state.post" class="anchor"></a><code>post : <span class="type-var">'a</span>;</code></td></tr><tr id="type-state.visit_count" class="anchored"><td class="def field"><a href="#type-state.visit_count" class="anchor"></a><code>visit_count : int;</code></td></tr></table><code>}</code><code></code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-S/index.html">S</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"><p>type of an intraprocedural abstract interpreter</p></div></div><div class="spec module" id="module-MakeNoCFG"><a href="#module-MakeNoCFG" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="MakeNoCFG/index.html">MakeNoCFG</a> : <span class="keyword">functor</span> (<a href="MakeNoCFG/argument-1-Scheduler/index.html">Scheduler</a> : <a href="../InferModules/Scheduler/index.html#module-type-S">InferModules.Scheduler.S</a>) -> <span class="keyword">functor</span> (<a href="MakeNoCFG/argument-2-TransferFunctions/index.html">TransferFunctions</a> : <a href="../InferModules/TransferFunctions/index.html#module-type-SIL">InferModules.TransferFunctions.SIL</a><span class="keyword"> with </span><span class="keyword">module </span><a href="MakeNoCFG/CFG/index.html">CFG</a> = <a href="MakeNoCFG/argument-1-Scheduler/index.html#module-CFG">Scheduler.CFG</a>) -> <a href="index.html#module-type-S">S</a><span class="keyword"> with </span><span class="keyword">module </span><a href="MakeNoCFG/TransferFunctions/index.html">TransferFunctions</a> = <a href="MakeNoCFG/index.html#argument-2-TransferFunctions">TransferFunctions</a></code></div><div class="doc"><p>create an intraprocedural abstract interpreter from a scheduler and transfer functions</p></div></div><div class="spec module" id="module-Make"><a href="#module-Make" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="Make/index.html">Make</a> : <span class="keyword">functor</span> (<a href="Make/argument-1-CFG/index.html">CFG</a> : <a href="../InferModules/ProcCfg/index.html#module-type-S">InferModules.ProcCfg.S</a>) -> <span class="keyword">functor</span> (<a href="Make/argument-2-MakeTransferFunctions/index.html">MakeTransferFunctions</a> : <a href="../InferModules/TransferFunctions/index.html#module-type-MakeSIL">InferModules.TransferFunctions.MakeSIL</a>) -> <a href="index.html#module-type-S">S</a><span class="keyword"> with </span><span class="keyword">module </span><a href="Make/TransferFunctions/index.html">TransferFunctions</a> = <a href="Make/index.html#argument-2-MakeTransferFunctions">MakeTransferFunctions(CFG)</a></code></div><div class="doc"><p>create an intraprocedural abstract interpreter from a CFG and functors for creating a scheduler/
|
||
|
transfer functions from a CFG</p></div></div></body></html>
|