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>IR__ProcAttributes (infer.IR__ProcAttributes)</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> » IR__ProcAttributes</nav><h1>Module <code>IR__ProcAttributes</code></h1></header><aside><p>Attributes of a procedure.</p></aside><dl><dt class="spec type" id="type-objc_accessor_type"><a href="#type-objc_accessor_type" class="anchor"></a><code><span class="keyword">type</span> objc_accessor_type</code><code> = </code><table class="variant"><tr id="type-objc_accessor_type.Objc_getter" class="anchored"><td class="def constructor"><a href="#type-objc_accessor_type.Objc_getter" class="anchor"></a><code>| </code><code><span class="constructor">Objc_getter</span> <span class="keyword">of</span> <a href="../IR/Struct/index.html#type-field">IR.Struct.field</a></code></td></tr><tr id="type-objc_accessor_type.Objc_setter" class="anchored"><td class="def constructor"><a href="#type-objc_accessor_type.Objc_setter" class="anchor"></a><code>| </code><code><span class="constructor">Objc_setter</span> <span class="keyword">of</span> <a href="../IR/Struct/index.html#type-field">IR.Struct.field</a></code></td></tr></table></dt><dt class="spec type" id="type-var_data"><a href="#type-var_data" class="anchor"></a><code><span class="keyword">type</span> var_data</code><code> = </code><code>{</code><table class="record"><tr id="type-var_data.name" class="anchored"><td class="def field"><a href="#type-var_data.name" class="anchor"></a><code>name : <a href="../IR/Mangled/index.html#type-t">IR.Mangled.t</a>;</code></td></tr><tr id="type-var_data.typ" class="anchored"><td class="def field"><a href="#type-var_data.typ" class="anchor"></a><code>typ : <a href="../IR/Typ/index.html#type-t">IR.Typ.t</a>;</code></td></tr><tr id="type-var_data.modify_in_block" class="anchored"><td class="def field"><a href="#type-var_data.modify_in_block" class="anchor"></a><code>modify_in_block : bool;</code></td><td class="doc"><p>__block attribute of Objective-C variables, means that it will be modified inside a block</p></td></tr><tr id="type-var_data.is_constexpr" class="anchored"><td class="def field"><a href="#type-var_data.is_constexpr" class="anchor"></a><code>is_constexpr : bool;</code></td></tr><tr id="type-var_data.is_declared_unused" class="anchored"><td class="def field"><a href="#type-var_data.is_declared_unused" class="anchor"></a><code>is_declared_unused : bool;</code></td><td class="doc"><p>variable declared with attribute <code>unused</code></p></td></tr></table><code>}</code></dt><dt class="spec type" id="type-specialized_with_blocks_info"><a href="#type-specialized_with_blocks_info" class="anchor"></a><code><span class="keyword">type</span> specialized_with_blocks_info</code><code> = </code><code>{</code><table class="record"><tr id="type-specialized_with_blocks_info.orig_proc" class="anchored"><td class="def field"><a href="#type-specialized_with_blocks_info.orig_proc" class="anchor"></a><code>orig_proc : <a href="../IR/Procname/index.html#type-t">IR.Procname.t</a>;</code></td></tr><tr id="type-specialized_with_blocks_info.formals_to_procs_and_new_formals" class="anchored"><td class="def field"><a href="#type-specialized_with_blocks_info.formals_to_procs_and_new_formals" class="anchor"></a><code>formals_to_procs_and_new_formals : <span><span>(<a href="../IR/Procname/index.html#type-t">IR.Procname.t</a> * <span><span>(<a href="../IR/Mangled/index.html#type-t">IR.Mangled.t</a> * <a href="../IR/Typ/index.html#type-t">IR.Typ.t</a>)</span> list</span>)</span> <a href="../IR__Mangled/index.html#module-Map">IR.Mangled.Map</a>.t</span>;</code></td></tr></table><code>}</code></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec valu
|