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>BO__BufferOverrunOndemandEnv (infer.BO__BufferOverrunOndemandEnv)</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> » BO__BufferOverrunOndemandEnv</nav><h1>Module <code>BO__BufferOverrunOndemandEnv</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><code>{</code><table class="record"><tr id="type-t.tenv" class="anchored"><td class="def field"><a href="#type-t.tenv" class="anchor"></a><code>tenv : <a href="../IR/Tenv/index.html#type-t">IR.Tenv.t</a>;</code></td><td class="doc"><p>type environment</p></td></tr><tr id="type-t.typ_of_param_path" class="anchored"><td class="def field"><a href="#type-t.typ_of_param_path" class="anchor"></a><code>typ_of_param_path : <a href="../BO/Symb/SymbolPath/index.html#type-partial">BO.Symb.SymbolPath.partial</a> <span>-></span> <span><a href="../IR/Typ/index.html#type-t">IR.Typ.t</a> option</span>;</code></td><td class="doc"><p>type of parameter</p></td></tr><tr id="type-t.may_last_field" class="anchored"><td class="def field"><a href="#type-t.may_last_field" class="anchor"></a><code>may_last_field : <a href="../BO/Symb/SymbolPath/index.html#type-partial">BO.Symb.SymbolPath.partial</a> <span>-></span> bool;</code></td><td class="doc"><p>if the path is a last field of a class in C++</p></td></tr><tr id="type-t.entry_location" class="anchored"><td class="def field"><a href="#type-t.entry_location" class="anchor"></a><code>entry_location : <a href="../IBase/Location/index.html#type-t">IBase.Location.t</a>;</code></td><td class="doc"><p>location of entry node</p></td></tr><tr id="type-t.integer_type_widths" class="anchored"><td class="def field"><a href="#type-t.integer_type_widths" class="anchor"></a><code>integer_type_widths : <a href="../IR/Typ/IntegerWidths/index.html#type-t">IR.Typ.IntegerWidths.t</a>;</code></td><td class="doc"><p>bit sizes of integer types</p></td></tr><tr id="type-t.class_name" class="anchored"><td class="def field"><a href="#type-t.class_name" class="anchor"></a><code>class_name : <span><a href="../IR/Typ/index.html#type-name">IR.Typ.name</a> option</span>;</code></td><td class="doc"><p>class name of the procedure being analyzed</p></td></tr></table><code>}</code></dt><dd><p>Environment for on-demand symbol evaluation</p></dd></dl><dl><dt class="spec value" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span class="keyword">val</span> mk : <a href="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a> <span>-></span> <a href="../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>-></span> <a href="../IR/Typ/IntegerWidths/index.html#type-t">IR.Typ.IntegerWidths.t</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt></dl></div></body></html>
|