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>InferIR__CallFlags (InferIR.InferIR__CallFlags)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><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">InferIR</a>» InferIR__CallFlags</nav><h1>Module <code>InferIR__CallFlags</code></h1><p>The Smallfoot Intermediate Language: Call Flags</p></header><divclass="spec module"id="module-F"><ahref="#module-F"class="anchor"></a><code><spanclass="keyword">module</span> F = Stdlib.Format</code></div><dl><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.cf_assign_last_arg"class="anchored"><tdclass="def field"><ahref="#type-t.cf_assign_last_arg"class="anchor"></a><code>cf_assign_last_arg : bool;</code></td></tr><trid="type-t.cf_injected_destructor"class="anchored"><tdclass="def field"><ahref="#type-t.cf_injected_destructor"class="anchor"></a><code>cf_injected_destructor : bool;</code></td><tdclass="doc"><p>true if this is an implicit C++ destructor call injected by the clang frontend</p></td></tr><trid="type-t.cf_interface"class="anchored"><tdclass="def field"><ahref="#type-t.cf_interface"class="anchor"></a><code>cf_interface : bool;</code></td></tr><trid="type-t.cf_is_objc_block"class="anchored"><tdclass="def field"><ahref="#type-t.cf_is_objc_block"class="anchor"></a><code>cf_is_objc_block : bool;</code></td></tr><trid="type-t.cf_noreturn"class="anchored"><tdclass="def field"><ahref="#type-t.cf_noreturn"class="anchor"></a><code>cf_noreturn : bool;</code></td></tr><trid="type-t.cf_virtual"class="anchored"><tdclass="def field"><ahref="#type-t.cf_virtual"class="anchor"></a><code>cf_virtual : bool;</code></td></tr><trid="type-t.cf_with_block_parameters"class="anchored"><tdclass="def field"><ahref="#type-t.cf_with_block_parameters"class="anchor"></a><code>cf_with_block_parameters : bool;</code></td></tr></table><code>}</code></dt><dd><p>Flags for a procedure call</p></dd></dl><div><divclass="spec include"><divclass="doc"><dl><dtclass="spec value"id="val-compare"><ahref="#val-compare"class="anchor"></a><code><spanclass="keyword">val</span> compare : <ahref="index.html#type-t">t</a><span>-></span><ahref="index.html#type-t">t</a><span>-></span> int</code></dt></dl></div></div></div><dl><dtclass="spec value"id="val-pp"><ahref="#val-pp"class="anchor"></a><code><spanclass="keyword">val</span> pp : <ahref="index.html#module-F">F</a>.formatter <span>-></span><ahref="index.html#type-t">t</a><span>-></span> unit</code></dt><dtclass="spec value"id="val-default"><ahref="#val-default"class="anchor"></a><code><spanclass="keyword">val</span> default : <ahref="index.html#type-t">t</a></code></dt><dd><p>Default value where all fields are set to false</p></dd></dl></div></body></html>