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.6 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>State (infer.Biabduction.State)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><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; State</nav><h1>Module <code>Biabduction.State</code></h1></header><aside><p>State of symbolic execution</p></aside><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt><dd><p>Internal state</p></dd></dl><dl><dt class="spec value" id="val-add_diverging_states"><a href="#val-add_diverging_states" class="anchor"></a><code><span class="keyword">val</span> add_diverging_states : <a href="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Add diverging states</p></dd></dl><dl><dt class="spec value" id="val-get_diverging_states_node"><a href="#val-get_diverging_states_node" class="anchor"></a><code><span class="keyword">val</span> get_diverging_states_node : unit <span>&#45;&gt;</span> <a href="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a></code></dt><dd><p>Get the diverging states for the node</p></dd></dl><dl><dt class="spec value" id="val-get_diverging_states_proc"><a href="#val-get_diverging_states_proc" class="anchor"></a><code><span class="keyword">val</span> get_diverging_states_proc : unit <span>&#45;&gt;</span> <a href="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a></code></dt><dd><p>Get the diverging states for the procedure</p></dd></dl><dl><dt class="spec value" id="val-get_inst_update"><a href="#val-get_inst_update" class="anchor"></a><code><span class="keyword">val</span> get_inst_update : <a href="../../IR/PredSymb/index.html#type-path_pos">IR.PredSymb.path_pos</a> <span>&#45;&gt;</span> <a href="../Predicates/index.html#type-inst">Predicates.inst</a></code></dt><dd><p>Get update instrumentation for the current loc</p></dd></dl><dl><dt class="spec value" id="val-get_loc_trace"><a href="#val-get_loc_trace" class="anchor"></a><code><span class="keyword">val</span> get_loc_trace : unit <span>&#45;&gt;</span> <a href="../../Absint/Errlog/index.html#type-loc_trace">Absint.Errlog.loc_trace</a></code></dt><dd><p>Get the location trace of the last path seen in symbolic execution</p></dd></dl><dl><dt class="spec value" id="val-get_normalized_pre"><a href="#val-get_normalized_pre" class="anchor"></a><code><span class="keyword">val</span> get_normalized_pre : <span>(<a href="../../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <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> <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>)</span> <span>&#45;&gt;</span> <span><span><a href="../Prop/index.html#type-normal">Prop.normal</a> <a href="../Prop/index.html#type-t">Prop.t</a></span> option</span></code></dt><dd><p>return the normalized precondition extracted form the last prop seen, if any the abstraction function is a parameter to get around module dependencies</p></dd></dl><dl><dt class="spec value" id="val-get_path"><a href="#val-get_path" class="anchor"></a><code><span class="keyword">val</span> get_path : unit <span>&#45;&gt;</span> <a href="../Paths/Path/index.html#type-t">Paths.Path.t</a> * <span><a href="../../IR/PredSymb/index.html#type-path_pos">IR.PredSymb.path_pos</a> option</span></code></dt><dd><p>Get last path seen in symbolic execution</p></dd></dl><dl><dt class="spec value" id="val-get_path_pos"><a href="#val-get_path_pos" class="anchor"></a><code><span class="keyword">val</span> get_path_pos : unit <span>&#45;&gt;</span> <a href="../../IR/PredSymb/index.