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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__State (infer.InferModules__State)</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> » InferModules__State</nav><h1>Module <code>InferModules__State</code></h1><p>State of symbolic execution</p></header><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="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a> <span>-></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>-></span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.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>-></span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.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="../../InferIR/InferIR/PredSymb/index.html#type-path_pos">InferIR.PredSymb.path_pos</a> <span>-></span> <a href="../../InferIR/InferIR/Sil/index.html#type-inst">InferIR.Sil.inst</a></code></dt><dd><p>Get update instrumentation for the current loc</p></dd></dl><dl><dt class="spec value" id="val-get_instr"><a href="#val-get_instr" class="anchor"></a><code><span class="keyword">val</span> get_instr : unit <span>-></span> <span><a href="../../InferIR/InferIR/Sil/index.html#type-instr">InferIR.Sil.instr</a> option</span></code></dt><dd><p>Get last instruction seen in symbolic execution</p></dd></dl><dl><dt class="spec value" id="val-get_loc_exn"><a href="#val-get_loc_exn" class="anchor"></a><code><span class="keyword">val</span> get_loc_exn : unit <span>-></span> <a href="../../InferBase/InferBase/Location/index.html#type-t">InferBase.Location.t</a></code></dt><dd><p>Get last location seen in symbolic execution</p></dd></dl><dl><dt class="spec value" id="val-get_loc"><a href="#val-get_loc" class="anchor"></a><code><span class="keyword">val</span> get_loc : unit <span>-></span> <span><a href="../../InferBase/InferBase/Location/index.html#type-t">InferBase.Location.t</a> option</span></code></dt><dd><p>Get last location seen in symbolic execution</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>-></span> <a href="../../InferIR/InferIR/Errlog/index.html#type-loc_trace">InferIR.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_node_exn"><a href="#val-get_node_exn" class="anchor"></a><code><span class="keyword">val</span> get_node_exn : unit <span>-></span> <a href="../../InferIR/InferIR/Procdesc/Node/index.html#type-t">InferIR.Procdesc.Node.t</a></code></dt><dd><p>Get last node seen in symbolic execution</p></dd></dl><dl><dt c
|