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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Tabulation (infer.Biabduction.Tabulation)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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">Biabduction</a> &#x00BB; 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="../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="../../IR/PredSymb/index.html#type-t">IR.PredSymb.t</a> <span>&#45;&gt;</span> <a href="../../IR/PredSymb/index.html#type-t">IR.PredSymb.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Check if the attribute change is a mismatch between a kind of allocation and a different kind of deallocation</p></dd></dl><dl><dt class="spec value" id="val-find_dereference_without_null_check_in_sexp"><a href="#val-find_dereference_without_null_check_in_sexp" class="anchor"></a><code><span class="keyword">val</span> find_dereference_without_null_check_in_sexp : <a href="../Predicates/index.html#type-strexp">Predicates.strexp</a> <span>&#45;&gt;</span> <span><span>(int * <a href="../../IR/PredSymb/index.html#type-path_pos">IR.PredSymb.path_pos</a>)</span> option</span></code></dt><dd><p>Check whether a sexp contains a dereference without null check, and return the line number and path position</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="../Prop/index.html#type-t">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="../Prop/index.html#type-t">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>