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
4.5 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>InferModules__Dom (infer.InferModules__Dom)</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> &#x00BB; InferModules__Dom</nav><h1>Module <code>InferModules__Dom</code></h1><p>Join and Meet Operators</p><nav class="toc"><ul><li><a href="#join-operators">Join Operators</a></li><li><a href="#meet-operators">Meet Operators</a></li></ul></nav></header><section><header><h3 id="join-operators"><a href="#join-operators" class="anchor"></a>Join Operators</h3></header><dl><dt class="spec value" id="val-pathset_join"><a href="#val-pathset_join" class="anchor"></a><code><span class="keyword">val</span> pathset_join : <a href="../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a> <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a> * <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a></code></dt><dd><p>Join two pathsets</p></dd></dl><dl><dt class="spec value" id="val-proplist_collapse_pre"><a href="#val-proplist_collapse_pre" class="anchor"></a><code><span class="keyword">val</span> proplist_collapse_pre : <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <span><span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span> list</span> <span>&#45;&gt;</span> <span><span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/BiabductionSummary/Jprop/index.html#type-t">InferModules.BiabductionSummary.Jprop.t</a></span> list</span></code></dt><dt class="spec value" id="val-pathset_collapse"><a href="#val-pathset_collapse" class="anchor"></a><code><span class="keyword">val</span> pathset_collapse : <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a></code></dt><dt class="spec value" id="val-pathset_collapse_impl"><a href="#val-pathset_collapse_impl" class="anchor"></a><code><span class="keyword">val</span> pathset_collapse_impl : <a href="../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a> <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Paths/PathSet/index.html#type-t">InferModules.Paths.PathSet.t</a></code></dt><dd><p>reduce the pathset only based on implication checking.</p></dd></dl></section><section><header><h3 id="meet-operators"><a href="#meet-operators" class="anchor"></a>Meet Operators</h3></header><dl><dt class="spec value" id="val-propset_meet_generate_pre"><a href="#val-propset_meet_generate_pre" class="anchor"></a><code><span class="keyword">val</span> propset_meet_generate_pre : <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <a href="../InferModules/Propset/index.html#type-t">InferModules.Propset.t</a> <span>&#45;&gt;</span> <span><span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span> list</span></code></dt><dd><p><code>propset_meet_generate_pre</code> generates new symbolic heaps (i.e., props) by applying the partial meet operator, adds the generated heaps to the argument propset, and returns the resulting propset. This function is tuned for combining preconditions.</p></dd></dl></section></div></body></html>