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>Biabduction__Builtin (infer.Biabduction__Builtin)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.0"/><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>» 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><dtclass="spec type"id="type-args"><ahref="#type-args"class="anchor"></a><code><spanclass="keyword">type</span> args</code><code> = </code><code>{</code><tableclass="record"><trid="type-args.instr"class="anchored"><tdclass="def field"><ahref="#type-args.instr"class="anchor"></a><code>instr : <ahref="../IR/Sil/index.html#type-instr">IR.Sil.instr</a>;</code></td></tr><trid="type-args.prop_"class="anchored"><tdclass="def field"><ahref="#type-args.prop_"class="anchor"></a><code>prop_ : <span><ahref="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a><ahref="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span>;</code></td></tr><trid="type-args.path"class="anchored"><tdclass="def field"><ahref="#type-args.path"class="anchor"></a><code>path : <ahref="../Biabduction/Paths/Path/index.html#type-t">Biabduction.Paths.Path.t</a>;</code></td></tr><trid="type-args.ret_id_typ"class="anchored"><tdclass="def field"><ahref="#type-args.ret_id_typ"class="anchor"></a><code>ret_id_typ : <ahref="../IR/Ident/index.html#type-t">IR.Ident.t</a> * <ahref="../IR/Typ/index.html#type-t">IR.Typ.t</a>;</code></td></tr><trid="type-args.args"class="anchored"><tdclass="def field"><ahref="#type-args.args"class="anchor"></a><code>args : <span><span>(<ahref="../IR/Exp/index.html#type-t">IR.Exp.t</a> * <ahref="../IR/Typ/index.html#type-t">IR.Typ.t</a>)</span> list</span>;</code></td></tr><trid="type-args.proc_name"class="anchored"><tdclass="def field"><ahref="#type-args.proc_name"class="anchor"></a><code>proc_name : <ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a>;</code></td></tr><trid="type-args.loc"class="anchored"><tdclass="def field"><ahref="#type-args.loc"class="anchor"></a><code>loc : <ahref="../IBase/Location/index.html#type-t">IBase.Location.t</a>;</code></td></tr><trid="type-args.analysis_data"class="anchored"><tdclass="def field"><ahref="#type-args.analysis_data"class="anchor"></a><code>analysis_data : <span><ahref="../Biabduction/BiabductionSummary/index.html#type-t">Biabduction.BiabductionSummary.t</a><ahref="../Absint/InterproceduralAnalysis/index.html#type-t">Absint.InterproceduralAnalysis.t</a></span>;</code></td></tr></table><code>}</code></dt><dtclass="spec type"id="type-ret_typ"><ahref="#type-ret_typ"class="anchor"></a><code><spanclass="keyword">type</span> ret_typ</code><code> = <span><span>(<span><ahref="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a><ahref="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> * <ahref="../Biabduction/Paths/Path/index.html#type-t">Biabduction.Paths.Path.t</a>)</span> list</span></code></dt><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code><code> = <ahref="index.html#type-args">args</a><span>-></span><ahref="index.html#type-ret_typ">ret_typ</a></code></dt><dtclass="spec type"id="type-registered"><ahref="#type-registered"class="anchor"></a><code><spanclass="keyword">type</span> registered</code></dt></dl><dl><dtclass="spec value"id="val-register"><ahref="#val-register"class="anchor"></a><code><spanclass="keyword">val</span> register : <ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span><ahref="index.html#type-t">t</a><span>-></span><ahref="index.html#type-registered">registered</a></code></dt><dd><p>Register a builtin <code>Procname.t</code> and symbolic execution handler</p></dd></dl><dl><dtclass="spec value"id="val-get"><ahref="#val-get"class="anchor"></a><code><spanclass="keyword">val</span> get : <ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span><span><ahref="index.html#type-t">t</a> option</span></code></dt><dd><p>Get the symbolic execution handler associated to the builtin function name</p></dd></dl><dl><dtclass="spec value"id="val-print_and_exit"><ahref="#val-print_and_exit"class="anchor"></a><code><spanclass="keyword">val</span> print_and_exit : unit <span>-></span><spanclass="type-var">'a</span></code></dt><dd><p>Print the builtin functions and exit</p></dd></dl></div></body></html>