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>Biabduction__Builtin (infer.Biabduction__Builtin)</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> » Biabduction__Builtin</nav><h1>Module <code>Biabduction__Builtin</code></h1></header><aside><p>Module for builtin functions with their symbolic execution handler</p></aside><dl><dt class="spec type" id="type-args"><a href="#type-args" class="anchor"></a><code><span class="keyword">type</span> args</code><code> = </code><code>{</code><table class="record"><tr id="type-args.instr" class="anchored"><td class="def field"><a href="#type-args.instr" class="anchor"></a><code>instr : <a href="../IR/Sil/index.html#type-instr">IR.Sil.instr</a>;</code></td></tr><tr id="type-args.prop_" class="anchored"><td class="def field"><a href="#type-args.prop_" class="anchor"></a><code>prop_ : <span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span>;</code></td></tr><tr id="type-args.path" class="anchored"><td class="def field"><a href="#type-args.path" class="anchor"></a><code>path : <a href="../Biabduction/Paths/Path/index.html#type-t">Biabduction.Paths.Path.t</a>;</code></td></tr><tr id="type-args.ret_id_typ" class="anchored"><td class="def field"><a href="#type-args.ret_id_typ" class="anchor"></a><code>ret_id_typ : <a href="../IR/Ident/index.html#type-t">IR.Ident.t</a> * <a href="../IR/Typ/index.html#type-t">IR.Typ.t</a>;</code></td></tr><tr id="type-args.args" class="anchored"><td class="def field"><a href="#type-args.args" class="anchor"></a><code>args : <span><span>(<a href="../IR/Exp/index.html#type-t">IR.Exp.t</a> * <a href="../IR/Typ/index.html#type-t">IR.Typ.t</a>)</span> list</span>;</code></td></tr><tr id="type-args.proc_name" class="anchored"><td class="def field"><a href="#type-args.proc_name" class="anchor"></a><code>proc_name : <a href="../IR/Procname/index.html#type-t">IR.Procname.t</a>;</code></td></tr><tr id="type-args.loc" class="anchored"><td class="def field"><a href="#type-args.loc" class="anchor"></a><code>loc : <a href="../IBase/Location/index.html#type-t">IBase.Location.t</a>;</code></td></tr><tr id="type-args.analysis_data" class="anchored"><td class="def field"><a href="#type-args.analysis_data" class="anchor"></a><code>analysis_data : <span><a href="../Biabduction/BiabductionSummary/index.html#type-t">Biabduction.BiabductionSummary.t</a> <a href="../Absint/InterproceduralAnalysis/index.html#type-t">Absint.InterproceduralAnalysis.t</a></span>;</code></td></tr></table><code>}</code></dt><dt class="spec type" id="type-ret_typ"><a href="#type-ret_typ" class="anchor"></a><code><span class="keyword">type</span> ret_typ</code><code> = <span><span>(<span><a href="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a> <a href="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> * <a href="../Biabduction/Paths/Path/index.html#type-t">Biabduction.Paths.Path.t</a>)</span> list</span></code></dt><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = <a href="index.html#type-args">args</a> <span>-></span> <a href="index.html#type-ret_typ">ret_typ</a></code></dt><dt class="spec type" id="type-registered"><a href="#type-registered" class="anchor"></a><code><span class="keyword">type</span> registered</code></dt></dl><dl><dt class="spec value" id="val-register"><a href="#val-register" class="anchor"></a><code><span class="keyword">val</span> register : <a href="../IR/Procname/index.html#type-t">IR.Procname.t</a> <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> <a href="index.
|