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
8.0 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>InferModules__Summary (infer.InferModules__Summary)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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; 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><div class="spec module" id="module-Stats"><a href="#module-Stats" class="anchor"></a><code><span class="keyword">module</span> <a href="Stats/index.html">Stats</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-Status"><a href="#module-Status" class="anchor"></a><code><span class="keyword">module</span> <a href="Status/index.html">Status</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></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><code>{</code><table class="record"><tr id="type-t.payloads" class="anchored"><td class="def field"><a href="#type-t.payloads" class="anchor"></a><code>payloads : <a href="../InferModules/Payloads/index.html#type-t">InferModules.Payloads.t</a>;</code></td></tr><tr id="type-t.sessions" class="anchored"><td class="def field"><a href="#type-t.sessions" class="anchor"></a><code><span class="keyword">mutable</span> sessions : int;</code></td><td class="doc"><p>Session number: how many nodes went through symbolic execution</p></td></tr><tr id="type-t.stats" class="anchored"><td class="def field"><a href="#type-t.stats" class="anchor"></a><code>stats : <a href="Stats/index.html#type-t">Stats.t</a>;</code></td></tr><tr id="type-t.status" class="anchored"><td class="def field"><a href="#type-t.status" class="anchor"></a><code>status : <a href="Status/index.html#type-t">Status.t</a>;</code></td></tr><tr id="type-t.proc_desc" class="anchored"><td class="def field"><a href="#type-t.proc_desc" class="anchor"></a><code>proc_desc : <a href="../../InferIR/InferIR/Procdesc/index.html#type-t">InferIR.Procdesc.t</a>;</code></td></tr><tr id="type-t.err_log" class="anchored"><td class="def field"><a href="#type-t.err_log" class="anchor"></a><code>err_log : <a href="../../InferIR/InferIR/Errlog/index.html#type-t">InferIR.Errlog.t</a>;</code></td></tr><tr id="type-t.callee_pnames" class="anchored"><td class="def field"><a href="#type-t.callee_pnames" class="anchor"></a><code><span class="keyword">mutable</span> callee_pnames : <a href="../../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><dt class="spec value" id="val-poly_fields"><a href="#val-poly_fields" class="anchor"></a><code><span class="keyword">val</span> poly_fields : <span><a href="index.html#type-t">t</a> <a href="../../InferBase/InferBase/PolyFields/index.html#type-t">InferBase.PolyFields.t</a></span></code></dt><dt class="spec value" id="val-get_proc_name"><a href="#val-get_proc_name" class="anchor"></a><code><span class="keyword">val</span> get_proc_name : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="../../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><dt class="spec value" id="val-get_proc_desc"><a href="#val-get_proc_desc" class="anchor"></a><code><span class="keyword">val</span> get_proc_desc : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Procdesc/index.html#type-t">InferIR.Procdesc.t</a></code></dt><dt class="spec value" id="val-get_attributes"><a href="#val-get_attributes" class="anchor"></a><code><span class="keyword">val</span> get_attributes : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="../../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><dt class="spec value" id="val-get_formals"><a href="#val-get_formals" class="anchor"></a><code><span class="keyword">val</span> get_formals : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <span><span>(<a href="../../InferIR/InferIR/Mangled/index.html#type-t">InferIR.Mangled.t</a> * <a href="../../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><dt class="spec value" id="val-get_err_log"><a href="#val-get_err_log" class="anchor"></a><code><span class="keyword">val</span> get_err_log : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Errlog/index.html#type-t">InferIR.Errlog.t</a></code></dt><dt class="spec value" id="val-get_loc"><a href="#val-get_loc" class="anchor"></a><code><span class="keyword">val</span> get_loc : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="../../InferBase/InferBase/Location/index.html#type-t">InferBase.Location.t</a></code></dt><dt class="spec value" id="val-get_signature"><a href="#val-get_signature" class="anchor"></a><code><span class="keyword">val</span> get_signature : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> string</code></dt><dd><p>Return the signature of a procedure declaration as a string</p></dd></dl><dl><dt class="spec value" id="val-get_status"><a href="#val-get_status" class="anchor"></a><code><span class="keyword">val</span> get_status : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="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><dt class="spec value" id="val-pp_html"><a href="#val-pp_html" class="anchor"></a><code><span class="keyword">val</span> pp_html : <a href="../../InferBase/InferBase/SourceFile/index.html#type-t">InferBase.SourceFile.t</a> <span>&#45;&gt;</span> Stdlib.Format.formatter <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Print the summary in html format</p></dd></dl><dl><dt class="spec value" id="val-pp_text"><a href="#val-pp_text" class="anchor"></a><code><span class="keyword">val</span> pp_text : Stdlib.Format.formatter <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Print the summary in text format</p></dd></dl><div class="spec module" id="module-OnDisk"><a href="#module-OnDisk" class="anchor"></a><code><span class="keyword">module</span> <a href="OnDisk/index.html">OnDisk</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-SummaryValue"><a href="#module-SummaryValue" class="anchor"></a><code><span class="keyword">module</span> <a href="SummaryValue/index.html">SummaryValue</a> : <a href="../../InferBase/InferBase/Memcached/index.html#module-type-Value">InferBase.Memcached.Value</a> <span class="keyword">with</span> <span class="keyword">type</span> <a href="../../InferBase/InferBase/Memcached/module-type-Value/index.html#type-t">t</a> = <span><a href="index.html#type-t">t</a> option</span></code></div><div class="spec module" id="module-SummaryServer"><a href="#module-SummaryServer" class="anchor"></a><code><span class="keyword">module</span> <a href="SummaryServer/index.html">SummaryServer</a> : <a href="../../InferBase/InferBase/Memcached/index.html#module-type-Server">InferBase.Memcached.Server</a> <span class="keyword">with</span> <span class="keyword">module</span> <a href="../../InferBase/InferBase/Memcached/module-type-Server/Value/index.html">Value</a> = <a href="index.html#module-SummaryValue">SummaryValue</a></code></div></div></body></html>