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>InferModules__ClangPointers (infer.InferModules__ClangPointers)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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> » InferModules__ClangPointers</nav><h1>Module <code>InferModules__ClangPointers</code></h1></header><div class="spec module" id="module-Map"><a href="#module-Map" class="anchor"></a><code><span class="keyword">module</span> <a href="Map/index.html">Map</a> : <span class="keyword">module</span> <span class="keyword">type</span> <span class="keyword">of</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec value" id="val-ivar_to_property_table"><a href="#val-ivar_to_property_table" class="anchor"></a><code><span class="keyword">val</span> ivar_to_property_table : <span><a href="../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Int.Table.t</span></code></dt><dd><p>maps ivar decl pointer to its decl record</p></dd></dl><dl><dt class="spec value" id="val-pointer_decl_table"><a href="#val-pointer_decl_table" class="anchor"></a><code><span class="keyword">val</span> pointer_decl_table : <span><a href="../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Int.Table.t</span></code></dt><dd><p>maps decl pointer to its decl record</p></dd></dl><dl><dt class="spec value" id="val-pointer_stmt_table"><a href="#val-pointer_stmt_table" class="anchor"></a><code><span class="keyword">val</span> pointer_stmt_table : <span><a href="../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-stmt">InferGenerated.Clang_ast_t.stmt</a> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Int.Table.t</span></code></dt><dd><p>maps stmt pointer to its stmt record</p></dd></dl><dl><dt class="spec value" id="val-pointer_type_table"><a href="#val-pointer_type_table" class="anchor"></a><code><span class="keyword">val</span> pointer_type_table : <span><a href="../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-c_type">InferGenerated.Clang_ast_t.c_type</a> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Int.Table.t</span></code></dt><dd><p>map pointer to its type</p></dd></dl><dl><dt class="spec value" id="val-populate_all_tables"><a href="#val-populate_all_tables" class="anchor"></a><code><span class="keyword">val</span> populate_all_tables : <a href="../../InferGenerated/InferGenerated/Clang_ast_t/index.html#type-decl">InferGenerated.Clang_ast_t.decl</a> <span>-></span> unit</code></dt><dd><p>discover what pointers should point to in the tables above; should be run once for the current toplevel decl</p></dd></dl></div></body></html>
|