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>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__Summary (infer.InferModules__Summary)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">infer</a>» InferModules__Summary</nav><h1>Module <code>InferModules__Summary</code></h1><p>Procedure summaries: the results of the capture and all the analysis for a single procedure, plus some statistics</p></header><divclass="spec module"id="module-Stats"><ahref="#module-Stats"class="anchor"></a><code><spanclass="keyword">module</span><ahref="Stats/index.html">Stats</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-Status"><ahref="#module-Status"class="anchor"></a><code><spanclass="keyword">module</span><ahref="Status/index.html">Status</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><dl><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code><code> = </code><code>{</code><tableclass="record"><trid="type-t.payloads"class="anchored"><tdclass="def field"><ahref="#type-t.payloads"class="anchor"></a><code>payloads : <ahref="../InferModules/Payloads/index.html#type-t">InferModules.Payloads.t</a>;</code></td></tr><trid="type-t.sessions"class="anchored"><tdclass="def field"><ahref="#type-t.sessions"class="anchor"></a><code><spanclass="keyword">mutable</span> sessions : int;</code></td><tdclass="doc"><p>Session number: how many nodes went through symbolic execution</p></td></tr><trid="type-t.stats"class="anchored"><tdclass="def field"><ahref="#type-t.stats"class="anchor"></a><code>stats : <ahref="Stats/index.html#type-t">Stats.t</a>;</code></td></tr><trid="type-t.status"class="anchored"><tdclass="def field"><ahref="#type-t.status"class="anchor"></a><code>status : <ahref="Status/index.html#type-t">Status.t</a>;</code></td></tr><trid="type-t.proc_desc"class="anchored"><tdclass="def field"><ahref="#type-t.proc_desc"class="anchor"></a><code>proc_desc : <ahref="../../InferIR/InferIR/Procdesc/index.html#type-t">InferIR.Procdesc.t</a>;</code></td></tr><trid="type-t.err_log"class="anchored"><tdclass="def field"><ahref="#type-t.err_log"class="anchor"></a><code>err_log : <ahref="../../InferIR/InferIR/Errlog/index.html#type-t">InferIR.Errlog.t</a>;</code></td></tr><trid="type-t.callee_pnames"class="anchored"><tdclass="def field"><ahref="#type-t.callee_pnames"class="anchor"></a><code><spanclass="keyword">mutable</span> callee_pnames : <ahref="../../InferIR/InferIR__Typ/Procname/index.html#module-Set">InferIR.Typ.Procname.Set</a>.t;</code></td></tr></table><code>}</code></dt><dd><p>summary of a procedure name</p></dd></dl><dl><dtclass="spec value"id="val-poly_fields"><ahref="#val-poly_fields"class="anchor"></a><code><spanclass="keyword">val</span> poly_fields : <span><ahref="index.html#type-t">t</a><ahref="../../InferBase/InferBase/PolyFields/index.html#type-t">InferBase.PolyFields.t</a></span></code></dt><dtclass="spec value"id="val-get_proc_name"><ahref="#val-get_proc_name"class="anchor"></a><code><spanclass="keyword">val</span> get_proc_name : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a></code></dt><dd><p>Get the procedure name</p></dd></dl><dl><dtclass="spec value"id="val-get_proc_desc"><ahref="#val-get_proc_desc"class="anchor"></a><code><spanclass="keyword">val</span> get_proc_desc : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../InferIR/InferIR/Procdesc/index.html#type-t">InferIR.Procdesc.t</a></code></dt><dtclass="spec value"id="val-get_attributes"><ahref="#val-get_attributes"class="anchor"></a><code><spanclass="keyword">val</span> get_attributes : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../InferIR/InferIR/ProcAttributes/index.html#type-t">InferIR.ProcAttributes.t</a></code></dt><dd><p>Get the attributes of the procedure.</p></dd></dl><dl><dtclass="spec value"id="val-get_formals"><ahref="#val-get_formals"class="anchor"></a><code><spanclass="keyword">val</span> get_formals : <ahref="index.html#type-t">t</a><span>-></span><span><span>(<ahref="../../InferIR/InferIR/Mangled/index.html#type-t">InferIR.Mangled.t</a> * <ahref="../../InferIR/InferIR/Typ/index.html#type-t">InferIR.Typ.t</a>)</span> list</span></code></dt><dd><p>Get the formal parameters of the procedure</p></dd></dl><dl><dtclass="spec value"id="val-get_err_log"><ahref="#val-get_err_log"class="anchor"></a><code><spanclass="keyword">val</span> get_err_log : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../InferIR/InferIR/Errlog/index.html#type-t">InferIR.Errlog.t</a></code></dt><dtclass="spec value"id="val-get_loc"><ahref="#val-get_loc"class="anchor"></a><code><spanclass="keyword">val</span> get_loc : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../InferBase/InferBase/Location/index.html#type-t">InferBase.Location.t</a></code></dt><dtclass="spec value"id="val-get_signature"><ahref="#val-get_signature"class="anchor"></a><code><spanclass="keyword">val</span> get_signature : <ahref="index.html#type-t">t</a><span>-></span> string</code></dt><dd><p>Return the signature of a procedure declaration as a string</p></dd></dl><dl><dtclass="spec value"id="val-get_status"><ahref="#val-get_status"class="anchor"></a><code><spanclass="keyword">val</span> get_status : <ahref="index.html#type-t">t</a><span>-></span><ahref="Status/index.html#type-t">Status.t</a></code></dt><dd><p>Return the status (active v.s. inactive) of a procedure summary</p></dd></dl><dl><dtclass="spec value"id="val-pp_html"><ahref="#val-pp_html"class="anchor"></a><code><spanclass="keyword">val</span> pp_html : <ahref="../../InferBase/InferBase/SourceFile/index.html#type-t">InferBase.SourceFile.t</a><span>-></span> Stdlib.Format.formatter <span>-></span><ahref="index.html#type-t">t</a><span>-></span> unit</code></dt><dd><p>Print the summary in html format</p></dd></dl><dl><dtclass="spec value"id="val-pp_text"><ahref="#val-pp_text"class="anchor"></a><code><spanclass="keyword">val</span> pp_text : Stdlib.Format.formatter <span>-></span><ahref="index.html#type-t">t</a><span>-></span> unit</code></dt><dd><p>Print the summary in text format</p></dd></dl><divclass="spec module"id="module-OnDisk"><ahref="#module-OnDisk"class="anchor"></a><code><spanclass="keyword">module</span><ahref="OnDisk/index.html">OnDisk</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-SummaryValue"><ahref="#module-SummaryValue"class="anchor"></a><code><spanclass="keyword">module</span><ahref="SummaryValue/index.html">SummaryValue</a> : <ahref="../../InferBase/InferBase/Memcached/index.html#module-type-Value">InferBase.Memcached.Value</a><spanclass="keyword">with</span><spanclass="keyword">type</span><ahref="../../InferBase/InferBase/Memcached/module-type-Value/index.html#type-t">t</a> = <span><ahref="index.html#type-t">t</a> option</span></code></div><divclass="spec module"id="module-SummaryServer"><ahref="#module-SummaryServer"class="anchor"></a><code><spanclass="keyword">module</span><ahref="SummaryServer/index.html">SummaryServer</a> : <ahref="../../InferBase/InferBase/Memcached/index.html#module-type-Server">InferBase.Memcached.Server</a><spanclass="keyword">with</span><spanclass="keyword">module</span><ahref="../../InferBase/InferBase/Memcached/module-type-Server/Value/index.html">Value</a> = <ahref="index.html#module-SummaryValue">SummaryValue</a></code></div></div></body></html>