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
2.7 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>Absint__Decompile (infer.Absint__Decompile)</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; Absint__Decompile</nav><h1>Module <code>Absint__Decompile</code></h1></header><dl><dt class="spec value" id="val-find_boolean_assignment"><a href="#val-find_boolean_assignment" class="anchor"></a><code><span class="keyword">val</span> find_boolean_assignment : <a href="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> <span>&#45;&gt;</span> <a href="../IR/Pvar/index.html#type-t">IR.Pvar.t</a> <span>&#45;&gt;</span> bool <span>&#45;&gt;</span> <span><a href="../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><dt class="spec value" id="val-find_normal_variable_funcall"><a href="#val-find_normal_variable_funcall" class="anchor"></a><code><span class="keyword">val</span> find_normal_variable_funcall : <a href="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> <span>&#45;&gt;</span> <a href="../IR/Ident/index.html#type-t">IR.Ident.t</a> <span>&#45;&gt;</span> <span><span>(<a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> * <span><a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> list</span> * <a href="../IBase/Location/index.html#type-t">IBase.Location.t</a> * <a href="../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><dt class="spec value" id="val-find_program_variable_assignment"><a href="#val-find_program_variable_assignment" class="anchor"></a><code><span class="keyword">val</span> find_program_variable_assignment : <a href="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> <span>&#45;&gt;</span> <a href="../IR/Pvar/index.html#type-t">IR.Pvar.t</a> <span>&#45;&gt;</span> <span><span>(<a href="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> * <a href="../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>