2 lines
5.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>Biabduction__Tabulation (infer.Biabduction__Tabulation)</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> &#x00BB; Biabduction__Tabulation</nav><h1>Module <code>Biabduction__Tabulation</code></h1></header><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="../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>&#45;&gt;</span> <span><span class="type-var">'a</span> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.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-create_cast_exception"><a href="#val-create_cast_exception" class="anchor"></a><code><span class="keyword">val</span> create_cast_exception : <a href="../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>&#45;&gt;</span> <a href="../IBase/Logging/index.html#type-ocaml_pos">IBase.Logging.ocaml_pos</a> <span>&#45;&gt;</span> <span><a href="../IR/Procname/index.html#type-t">IR.Procname.t</a> option</span> <span>&#45;&gt;</span> <a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> <span>&#45;&gt;</span> <a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> <span>&#45;&gt;</span> <a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> <span>&#45;&gt;</span> exn</code></dt><dd><p>raise a cast exception</p></dd></dl><dl><dt class="spec value" id="val-prop_is_exn"><a href="#val-prop_is_exn" class="anchor"></a><code><span class="keyword">val</span> prop_is_exn : <a href="../IR/Procname/index.html#type-t">IR.Procname.t</a> <span>&#45;&gt;</span> <span><span class="type-var">'a</span> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> <span>&#45;&gt;</span> bool</code></dt><dd><p>check if a prop is an exception</p></dd></dl><dl><dt class="spec value" id="val-prop_get_exn_name"><a href="#val-prop_get_exn_name" class="anchor"></a><code><span class="keyword">val</span> prop_get_exn_name : <a href="../IR/Procname/index.html#type-t">IR.Procname.t</a> <span>&#45;&gt;</span> <span><span class="type-var">'a</span> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../IR/Typ/Name/index.html#type-t">IR.Typ.Name.t</a> option</span></code></dt><dd><p>when prop is an exception, return the exception name</p></dd></dl><dl><dt class="spec value" id="val-lookup_custom_errors"><a href="#val-lookup_custom_errors" class="anchor"></a><code><span class="keyword">val</span> lookup_custom_errors : <span><span class="type-var">'a</span> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> <span>&#45;&gt;</span> <span>string option</span></code></dt><dd><p>search in prop contains an error state</p></dd></dl><dl><dt class="spec value" id="val-exe_function_call"><a href="#val-exe_function_call" class="anchor"></a><code><span class="keyword">val</span> exe_function_call : <span><a href="../Biabduction/BiabductionSummary/index.html#type-t">Biabduction.BiabductionSummary.t</a> <a href="../Absint/InterproceduralAnalysis/index.html#type-t">Absint.InterproceduralAnalysis.t</a></span> <span>&#45;&gt;</span> <span>callee_attributes:<a href="../IR/ProcAttributes/index.html#type-t">IR.ProcAttributes.t</a></span> <span>&#45;&gt;</span> <span>callee_pname:<a href="../IR/Procname/index.html#type-t">IR.Procname.t</a></span> <span>&#45;&gt;</span> <span>callee_summary:<a href="../Biabduction/BiabductionSummary/index.html#type-t">Biabduction.BiabductionSummary.t</a></span> <span>&#45;&gt;</span> <span>ret_id:<a href="../IR/Ident/index.html#type-t">IR.Ident.t</a></span> <span>&#45;&gt;</span> <a href="../IBase/Location/index.html#type-t">IBase.Location.t</a> <span>&#45;&gt;</span> <span>actuals:<span><span>(<a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> * <a href="../IR/Typ/index.html#type-t">IR.Typ.t</a>)</span> list</span></span> <span>&#45;&gt;</span> <span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> <span>&#45;&gt;</span> <a href="../Biabduction/Paths/Path/index.html#type-t">Biabduction.Paths.Path.t</a> <span>&#45;&gt;</span> <span><span>(<span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> * <a href="../Biabduction/Paths/Path/index.html#type-t">Biabduction.Paths.Path.t</a>)</span> list</span></code></dt><dd><p>Execute the function call and return the list of results with return value</p></dd></dl></div></body></html>