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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Liveness (infer.Checkers.Liveness)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">infer</a> » <a href="../index.html">Checkers</a> » Liveness</nav><h1>Module <code>Checkers.Liveness</code></h1></header><div class="spec module" id="module-VarSet"><a href="#module-VarSet" class="anchor"></a><code><span class="keyword">module</span> <a href="VarSet/index.html">VarSet</a> : <span class="keyword">module</span> <span class="keyword">type</span> <span class="keyword">of</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-Domain"><a href="#module-Domain" class="anchor"></a><code><span class="keyword">module</span> Domain = <a href="index.html#module-VarSet">VarSet</a></code></div><div class="spec module" id="module-PreAnalysisTransferFunctions"><a href="#module-PreAnalysisTransferFunctions" class="anchor"></a><code><span class="keyword">module</span> <a href="PreAnalysisTransferFunctions/index.html">PreAnalysisTransferFunctions</a> : <span class="keyword">functor</span> (<a href="PreAnalysisTransferFunctions/argument-1-CFG/index.html">CFG</a> : <a href="../../Absint/ProcCfg/index.html#module-type-S">Absint.ProcCfg.S</a>) <span>-></span> <a href="../../Absint/TransferFunctions/index.html#module-type-SIL">Absint.TransferFunctions.SIL</a> <span class="keyword">with</span> <span class="keyword">module</span> <a href="PreAnalysisTransferFunctions/CFG/index.html">CFG</a> = <a href="PreAnalysisTransferFunctions/index.html#argument-1-CFG">CFG</a> <span class="keyword">and</span> <span class="keyword">module</span> <a href="PreAnalysisTransferFunctions/Domain/index.html">Domain</a> = <a href="index.html#module-Domain">Domain</a> <span class="keyword">and</span> <span class="keyword">type</span> <a href="PreAnalysisTransferFunctions/index.html#type-analysis_data">analysis_data</a> = <a href="../../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a></code></div><dl><dt class="spec value" id="val-checker"><a href="#val-checker" class="anchor"></a><code><span class="keyword">val</span> checker : <a href="../../Absint/IntraproceduralAnalysis/index.html#type-t">Absint.IntraproceduralAnalysis.t</a> <span>-></span> unit</code></dt><dt class="spec value" id="val-is_always_in_scope"><a href="#val-is_always_in_scope" class="anchor"></a><code><span class="keyword">val</span> is_always_in_scope : <a href="../../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a> <span>-></span> <a href="../../IR/Pvar/index.html#type-t">IR.Pvar.t</a> <span>-></span> bool</code></dt></dl></div></body></html>
|