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>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Absint__Decompile (infer.Absint__Decompile)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.2"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">infer</a>» Absint__Decompile</nav><h1>Module <code>Absint__Decompile</code></h1></header><dl><dtclass="spec value"id="val-find_boolean_assignment"><ahref="#val-find_boolean_assignment"class="anchor"></a><code><spanclass="keyword">val</span> find_boolean_assignment : <ahref="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a><span>-></span><ahref="../IR/Pvar/index.html#type-t">IR.Pvar.t</a><span>-></span> bool <span>-></span><span><ahref="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> option</span></code></dt><dd><p>Find a boolean assignment to a temporary variable holding a boolean condition. The boolean parameter indicates whether the true or false branch is required.</p></dd></dl><dl><dtclass="spec value"id="val-find_normal_variable_funcall"><ahref="#val-find_normal_variable_funcall"class="anchor"></a><code><spanclass="keyword">val</span> find_normal_variable_funcall : <ahref="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a><span>-></span><ahref="../IR/Ident/index.html#type-t">IR.Ident.t</a><span>-></span><span><span>(<ahref="../IR/Exp/index.html#type-t">IR.Exp.t</a> * <span><ahref="../IR/Exp/index.html#type-t">IR.Exp.t</a> list</span> * <ahref="../IBase/Location/index.html#type-t">IBase.Location.t</a> * <ahref="../IR/CallFlags/index.html#type-t">IR.CallFlags.t</a>)</span> option</span></code></dt><dd><p>Find the function call instruction used to initialize normal variable <code>id</code>, and return the function name and arguments</p></dd></dl><dl><dtclass="spec value"id="val-find_program_variable_assignment"><ahref="#val-find_program_variable_assignment"class="anchor"></a><code><spanclass="keyword">val</span> find_program_variable_assignment : <ahref="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a><span>-></span><ahref="../IR/Pvar/index.html#type-t">IR.Pvar.t</a><span>-></span><span><span>(<ahref="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> * <ahref="../IR/Ident/index.html#type-t">IR.Ident.t</a>)</span> option</span></code></dt><dd><p>Find a program variable assignment in the current node or straightline predecessor.</p></dd></dl></div></body></html>