<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>IR__ProcAttributes (infer.IR__ProcAttributes)</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>» IR__ProcAttributes</nav><h1>Module <code>IR__ProcAttributes</code></h1></header><aside><p>Attributes of a procedure.</p></aside><dl><dtclass="spec type"id="type-objc_accessor_type"><ahref="#type-objc_accessor_type"class="anchor"></a><code><spanclass="keyword">type</span> objc_accessor_type</code><code> = </code><tableclass="variant"><trid="type-objc_accessor_type.Objc_getter"class="anchored"><tdclass="def constructor"><ahref="#type-objc_accessor_type.Objc_getter"class="anchor"></a><code>| </code><code><spanclass="constructor">Objc_getter</span><spanclass="keyword">of</span><ahref="../IR/Struct/index.html#type-field">IR.Struct.field</a></code></td></tr><trid="type-objc_accessor_type.Objc_setter"class="anchored"><tdclass="def constructor"><ahref="#type-objc_accessor_type.Objc_setter"class="anchor"></a><code>| </code><code><spanclass="constructor">Objc_setter</span><spanclass="keyword">of</span><ahref="../IR/Struct/index.html#type-field">IR.Struct.field</a></code></td></tr></table></dt><dtclass="spec type"id="type-var_data"><ahref="#type-var_data"class="anchor"></a><code><spanclass="keyword">type</span> var_data</code><code> = </code><code>{</code><tableclass="record"><trid="type-var_data.name"class="anchored"><tdclass="def field"><ahref="#type-var_data.name"class="anchor"></a><code>name : <ahref="../IR/Mangled/index.html#type-t">IR.Mangled.t</a>;</code></td></tr><trid="type-var_data.typ"class="anchored"><tdclass="def field"><ahref="#type-var_data.typ"class="anchor"></a><code>typ : <ahref="../IR/Typ/index.html#type-t">IR.Typ.t</a>;</code></td></tr><trid="type-var_data.modify_in_block"class="anchored"><tdclass="def field"><ahref="#type-var_data.modify_in_block"class="anchor"></a><code>modify_in_block : bool;</code></td><tdclass="doc"><p>__block attribute of Objective-C variables, means that it will be modified inside a block</p></td></tr><trid="type-var_data.is_constexpr"class="anchored"><tdclass="def field"><ahref="#type-var_data.is_constexpr"class="anchor"></a><code>is_constexpr : bool;</code></td></tr></table><code>}</code></dt><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code><code> = </code><code>{</code><tableclass="record"><trid="type-t.access"class="anchored"><tdclass="def field"><ahref="#type-t.access"class="anchor"></a><code>access : <ahref="../IR/PredSymb/index.html#type-access">IR.PredSymb.access</a>;</code></td><tdclass="doc"><p>visibility access</p></td></tr><trid="type-t.captured"class="anchored"><tdclass="def field"><ahref="#type-t.captured"class="anchor"></a><code>captured : <span><span>(<ahref="../IR/Mangled/index.html#type-t">IR.Mangled.t</a> * <ahref="../IR/Typ/index.html#type-t">IR.Typ.t</a>)</span> list</span>;</code></td><tdclass="doc"><p>name and type of variables captured in blocks</p></td></tr><trid="type-t.exceptions"class="anchored"><tdclass="def field"><ahref="#type-t.exceptions"class="anchor"></a><code>exceptions : <span>string list</span>;</code></td><tdclass="doc"><p>exceptions thrown by the procedure</p></td></tr><trid="type-t.formals"class="anchored"><tdclass="def field"><ahref="#type-t.formals"class="anchor"></a><code>formals : <span><span>(<ahref="../IR/Mangled/index.html#type-t">IR.Mangled.t</a> * <ahref="../IR/Typ/index.html#type-t">IR.Typ.t</a>)</span> list</span>;</code></td><tdclass="doc"><p>name and type of formal parameters</p></td></tr><trid="type-t.const_formals"class="anchored"><tdclass="def field"><ahref="#type-t.const_f