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__Builtin (infer.InferModules__Builtin)</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__Builtin</nav><h1>Module <code>InferModules__Builtin</code></h1><p>Module for builtin functions with their symbolic execution handler</p></header><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.summary" class="anchored"><td class="def field"><a href="#type-args.summary" class="anchor"></a><code>summary : <a href="../InferModules/Summary/index.html#type-t">InferModules.Summary.t</a>;</code></td></tr><tr id="type-args.instr" class="anchored"><td class="def field"><a href="#type-args.instr" class="anchor"></a><code>instr : <a href="../../InferIR/InferIR/Sil/index.html#type-instr">InferIR.Sil.instr</a>;</code></td></tr><tr id="type-args.tenv" class="anchored"><td class="def field"><a href="#type-args.tenv" class="anchor"></a><code>tenv : <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</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="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.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="../InferModules/Paths/Path/index.html#type-t">InferModules.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="../../InferIR/InferIR/Ident/index.html#type-t">InferIR.Ident.t</a> * <a href="../../InferIR/InferIR/Typ/index.html#type-t">InferIR.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="../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a> * <a href="../../InferIR/InferIR/Typ/index.html#type-t">InferIR.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="../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.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="../../InferBase/InferBase/Location/index.html#type-t">InferBase.Location.t</a>;</code></td></tr><tr id="type-args.exe_env" class="anchored"><td class="def field"><a href="#type-args.exe_env" class="anchor"></a><code>exe_env : <a href="../InferModules/Exe_env/index.html#type-t">InferModules.Exe_env.t</a>;</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="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span> * <a href="../InferModules/Paths/Path/index.html#type-t">InferModules.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>
|