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.

2 lines
3.6 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ClangFrontend__SwitchCase (infer.ClangFrontend__SwitchCase)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><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; ClangFrontend__SwitchCase</nav><h1>Module <code>ClangFrontend__SwitchCase</code></h1></header><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-condition"><a href="#type-condition" class="anchor"></a><code><span class="keyword">type</span> condition</code><code> = </code><table class="variant"><tr id="type-condition.Case" class="anchored"><td class="def constructor"><a href="#type-condition.Case" class="anchor"></a><code>| </code><code><span class="constructor">Case</span> <span class="keyword">of</span> <a href="../ATDGenerated/Clang_ast_t/index.html#type-stmt">ATDGenerated.Clang_ast_t.stmt</a></code></td></tr><tr id="type-condition.Default" class="anchored"><td class="def constructor"><a href="#type-condition.Default" class="anchor"></a><code>| </code><code><span class="constructor">Default</span></code></td></tr></table></dt><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.condition" class="anchored"><td class="def field"><a href="#type-t.condition" class="anchor"></a><code>condition : <a href="index.html#type-condition">condition</a>;</code></td></tr><tr id="type-t.stmt_info" class="anchored"><td class="def field"><a href="#type-t.stmt_info" class="anchor"></a><code>stmt_info : <a href="../ATDGenerated/Clang_ast_t/index.html#type-stmt_info">ATDGenerated.Clang_ast_t.stmt_info</a>;</code></td></tr><tr id="type-t.root_nodes" class="anchored"><td class="def field"><a href="#type-t.root_nodes" class="anchor"></a><code>root_nodes : <span><a href="../IR/Procdesc/Node/index.html#type-t">IR.Procdesc.Node.t</a> list</span>;</code></td></tr></table><code>}</code></dt></dl><dl><dt class="spec value" id="val-in_switch_body"><a href="#val-in_switch_body" class="anchor"></a><code><span class="keyword">val</span> in_switch_body : <span>f:<span>(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>)</span></span> <span>&#45;&gt;</span> <span class="type-var">'a</span> <span>&#45;&gt;</span> <span><a href="index.html#type-t">t</a> list</span> * <span class="type-var">'b</span></code></dt><dt class="spec value" id="val-add"><a href="#val-add" class="anchor"></a><code><span class="keyword">val</span> add : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> unit</code></dt><dt class="spec value" id="val-pp_condition"><a href="#val-pp_condition" class="anchor"></a><code><span class="keyword">val</span> pp_condition : <a href="index.html#module-F">F</a>.formatter <span>&#45;&gt;</span> <a href="index.html#type-condition">condition</a> <span>&#45;&gt;</span> unit</code></dt><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></dl></div></body></html>