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.

2 lines
2.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TaintSpec (infer.Quandary.TaintSpec)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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> &#x00BB; <a href="../index.html">Quandary</a> &#x00BB; TaintSpec</nav><h1>Module <code>Quandary.TaintSpec</code></h1></header><aside><p>combination of a trace with functions for handling unknown code and converting to and from summaries</p></aside><dl><dt class="spec type" id="type-action"><a href="#type-action" class="anchor"></a><code><span class="keyword">type</span> action</code><code> = </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>| </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>| </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>| </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></dt></dl><div class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div></div></body></html>