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>PulseAttribute (infer.Pulselib.PulseAttribute)</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">Pulselib</a> » PulseAttribute</nav><h1>Module <code>Pulselib.PulseAttribute</code></h1></header><div class="spec module" id="module-F"><a href="#module-F" class="anchor"></a><code><span class="keyword">module</span> F = Stdlib.Format</code></div><div class="spec module" id="module-Invalidation"><a href="#module-Invalidation" class="anchor"></a><code><span class="keyword">module</span> Invalidation = <a href="../index.html#module-PulseInvalidation">PulseInvalidation</a></code></div><div class="spec module" id="module-Trace"><a href="#module-Trace" class="anchor"></a><code><span class="keyword">module</span> Trace = <a href="../index.html#module-PulseTrace">PulseTrace</a></code></div><div class="spec module" id="module-ValueHistory"><a href="#module-ValueHistory" class="anchor"></a><code><span class="keyword">module</span> ValueHistory = <a href="../index.html#module-PulseValueHistory">PulseValueHistory</a></code></div><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><table class="variant"><tr id="type-t.AddressOfCppTemporary" class="anchored"><td class="def constructor"><a href="#type-t.AddressOfCppTemporary" class="anchor"></a><code>| </code><code><span class="constructor">AddressOfCppTemporary</span> <span class="keyword">of</span> <a href="../../IR/Var/index.html#type-t">IR.Var.t</a> * <a href="../PulseValueHistory/index.html#type-t">ValueHistory.t</a></code></td></tr><tr id="type-t.AddressOfStackVariable" class="anchored"><td class="def constructor"><a href="#type-t.AddressOfStackVariable" class="anchor"></a><code>| </code><code><span class="constructor">AddressOfStackVariable</span> <span class="keyword">of</span> <a href="../../IR/Var/index.html#type-t">IR.Var.t</a> * <a href="../../IBase/Location/index.html#type-t">IBase.Location.t</a> * <a href="../PulseValueHistory/index.html#type-t">ValueHistory.t</a></code></td></tr><tr id="type-t.Allocated" class="anchored"><td class="def constructor"><a href="#type-t.Allocated" class="anchor"></a><code>| </code><code><span class="constructor">Allocated</span> <span class="keyword">of</span> <a href="../../IR/Procname/index.html#type-t">IR.Procname.t</a> * <a href="../PulseTrace/index.html#type-t">Trace.t</a></code></td><td class="doc"><p>the <span class="xref-unresolved" title="unresolved reference to "Procname.t""><code>Procname</code>.t</span> is the function causing the allocation, eg <code>malloc</code></p></td></tr><tr id="type-t.Closure" class="anchored"><td class="def constructor"><a href="#type-t.Closure" class="anchor"></a><code>| </code><code><span class="constructor">Closure</span> <span class="keyword">of</span> <a href="../../IR/Procname/index.html#type-t">IR.Procname.t</a></code></td></tr><tr id="type-t.DynamicType" class="anchored"><td class="def constructor"><a href="#type-t.DynamicType" class="anchor"></a><code>| </code><code><span class="constructor">DynamicType</span> <span class="keyword">of</span> <a href="../../IR/Typ/index.html#type-t">IR.Typ.t</a></code></td></tr><tr id="type-t.EndOfCollection" class="anchored"><td class="def constructor"><a href="#type-t.EndOfCollection" class="anchor"></a><code>| </code><code><span class="constructor">EndOfCollection</span></code></td></tr><tr id="type-t.Invalid" class="anchored"><td class="def constructor"><a href="#type-t.Invalid" class="anchor"></a><code>| </code><code><span class="constructor">Invalid</span> <span class="keyword">of</span> <a href="../PulseInvalidation/in
|