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
2.4 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__TaintSpec (infer.InferModules__TaintSpec)</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> &mdash; <span class="package">package <a href="../index.html">infer</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">InferModules__TaintSpec</span></h1></header><p>combination of a trace with functions for handling unknown code and converting to and from
summaries</p><div class="spec type" id="type-action"><a href="#type-action" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>action</code><code></code><code><span class="keyword"> = </span></code><table class="variant"><tr id="type-action.Propagate_to_actual" class="anchored"><td class="def constructor"><a href="#type-action.Propagate_to_actual" class="anchor"></a><code><span class="keyword">| </span></code><code><span class="constructor">Propagate_to_actual</span><span class="keyword"> of </span>int</code></td><td class="doc"><p>(** Propagate taint from all actuals to the actual with the given index *)</p></td></tr><tr id="type-action.Propagate_to_receiver" class="anchored"><td class="def constructor"><a href="#type-action.Propagate_to_receiver" class="anchor"></a><code><span class="keyword">| </span></code><code><span class="constructor">Propagate_to_receiver</span></code></td><td class="doc"><p>(** Propagate taint from all non-receiver actuals to the receiver actual *)</p></td></tr><tr id="type-action.Propagate_to_return" class="anchored"><td class="def constructor"><a href="#type-action.Propagate_to_return" class="anchor"></a><code><span class="keyword">| </span></code><code><span class="constructor">Propagate_to_return</span></code></td><td class="doc"><p>(** Propagate taint from all actuals to the return value *)</p></td></tr></table><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"></div></div></body></html>