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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Tabulation (infer.InferModules.Tabulation)</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; <a href="../index.html">InferModules</a> &#x00BB; Tabulation</nav><h1>Module <code>InferModules.Tabulation</code></h1></header><dl><dt class="spec type" id="type-call_result"><a href="#type-call_result" class="anchor"></a><code><span class="keyword">type</span> call_result</code><code> = </code><table class="variant"><tr id="type-call_result.CR_success" class="anchored"><td class="def constructor"><a href="#type-call_result.CR_success" class="anchor"></a><code>| </code><code><span class="constructor">CR_success</span></code></td><td class="doc"><p>successful call</p></td></tr><tr id="type-call_result.CR_not_met" class="anchored"><td class="def constructor"><a href="#type-call_result.CR_not_met" class="anchor"></a><code>| </code><code><span class="constructor">CR_not_met</span></code></td><td class="doc"><p>precondition not met</p></td></tr><tr id="type-call_result.CR_not_found" class="anchored"><td class="def constructor"><a href="#type-call_result.CR_not_found" class="anchor"></a><code>| </code><code><span class="constructor">CR_not_found</span></code></td><td class="doc"><p>the callee has no specs</p></td></tr><tr id="type-call_result.CR_skip" class="anchored"><td class="def constructor"><a href="#type-call_result.CR_skip" class="anchor"></a><code>| </code><code><span class="constructor">CR_skip</span></code></td><td class="doc"><p>the callee was skipped</p></td></tr></table></dt><dd><p>kind of result of a procedure call</p></dd></dl><dl><dt class="spec value" id="val-log_call_trace"><a href="#val-log_call_trace" class="anchor"></a><code><span class="keyword">val</span> log_call_trace : <span>caller_name:<a href="../../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a></span> <span>&#45;&gt;</span> <span>callee_name:<a href="../../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a></span> <span>&#45;&gt;</span> <span>?&#8288;callee_attributes:<a href="../../../InferIR/InferIR/ProcAttributes/index.html#type-t">InferIR.ProcAttributes.t</a></span> <span>&#45;&gt;</span> <span>?&#8288;reason:string</span> <span>&#45;&gt;</span> <span>?&#8288;dynamic_dispatch:<a href="../../../InferBase/InferBase/EventLogger/index.html#type-dynamic_dispatch">InferBase.EventLogger.dynamic_dispatch</a></span> <span>&#45;&gt;</span> <a href="../../../InferBase/InferBase/Location/index.html#type-t">InferBase.Location.t</a> <span>&#45;&gt;</span> <a href="index.html#type-call_result">call_result</a> <span>&#45;&gt;</span> unit</code></dt></dl><aside><p>Interprocedural footprint analysis</p></aside><dl><dt class="spec value" id="val-remove_constant_string_class"><a href="#val-remove_constant_string_class" class="anchor"></a><code><span class="keyword">val</span> remove_constant_string_class : <a href="../../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <span><span class="type-var">'a</span> <a href="../Prop/index.html#type-t">Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../Prop/index.html#type-normal">Prop.normal</a> <a href="../Prop/index.html#type-t">Prop.t</a></span></code></dt><dd><p>Remove constant string or class from a prop</p></dd></dl><dl><dt class="spec value" id="val-check_attr_dealloc_mismatch"><a href="#val-check_attr_dealloc_mismatch" class="anchor"></a><code><span class="keyword">val</span> check_attr_dealloc_mismatch : <a href="../../../InferIR/InferIR/PredSymb/index.html#type-t">InferIR.PredSymb.t</a> <span>&#45;&gt;</span> <a href="../../../InferIR/InferIR/PredSymb/index.html#type-t">InferIR.PredSymb.t</a> <span>