2 lines
2.9 KiB

This file contains ambiguous Unicode characters!

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>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CallFlags (infer.IR.CallFlags)</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> &#x00BB; <a href="../index.html">IR</a> &#x00BB; CallFlags</nav><h1>Module <code>IR.CallFlags</code></h1></header><aside><p>The Smallfoot Intermediate Language: Call Flags</p></aside><div class="spec module" id="module-F"><a href="#module-F" class="anchor"></a><code><span class="keyword">module</span> F = Stdlib.Format</code></div><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.cf_assign_last_arg" class="anchored"><td class="def field"><a href="#type-t.cf_assign_last_arg" class="anchor"></a><code>cf_assign_last_arg : bool;</code></td></tr><tr id="type-t.cf_injected_destructor" class="anchored"><td class="def field"><a href="#type-t.cf_injected_destructor" class="anchor"></a><code>cf_injected_destructor : bool;</code></td><td class="doc"><p>true if this is an implicit C++ destructor call injected by the clang frontend</p></td></tr><tr id="type-t.cf_interface" class="anchored"><td class="def field"><a href="#type-t.cf_interface" class="anchor"></a><code>cf_interface : bool;</code></td></tr><tr id="type-t.cf_is_objc_block" class="anchored"><td class="def field"><a href="#type-t.cf_is_objc_block" class="anchor"></a><code>cf_is_objc_block : bool;</code></td></tr><tr id="type-t.cf_virtual" class="anchored"><td class="def field"><a href="#type-t.cf_virtual" class="anchor"></a><code>cf_virtual : bool;</code></td></tr></table><code>}</code></dt><dd><p>Flags for a procedure call</p></dd></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare"><a href="#val-compare" class="anchor"></a><code><span class="keyword">val</span> compare : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-pp"><a href="#val-pp" class="anchor"></a><code><span class="keyword">val</span> pp : <a href="index.html#module-F">F</a>.formatter <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> unit</code></dt><dt class="spec value" id="val-default"><a href="#val-default" class="anchor"></a><code><span class="keyword">val</span> default : <a href="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>