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>IR__SpecializeProcdesc (infer.IR__SpecializeProcdesc)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.0"/><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">infer</a>» IR__SpecializeProcdesc</nav><h1>Module <code>IR__SpecializeProcdesc</code></h1></header><dl><dtclass="spec exception"id="exception-UnmatchedParameters"><ahref="#exception-UnmatchedParameters"class="anchor"></a><code><spanclass="keyword">exception</span></code><code><spanclass="exception">UnmatchedParameters</span></code></dt></dl><dl><dtclass="spec value"id="val-with_formals_types"><ahref="#val-with_formals_types"class="anchor"></a><code><spanclass="keyword">val</span> with_formals_types : <span>?⁠has_clang_model:bool</span><span>-></span><ahref="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a><span>-></span><ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span><span><span>(<ahref="../IR/Exp/index.html#type-t">IR.Exp.t</a> * <ahref="../IR/Typ/index.html#type-t">IR.Typ.t</a>)</span> list</span><span>-></span><ahref="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a></code></dt><dd><p>Creates a copy of a procedure description and a list of type substitutions of the form (name, typ) where name is a parameter. The resulting procdesc is isomorphic but all the type of the parameters are replaced in the instructions according to the list. The virtual calls are also replaced to match the parameter types</p></dd></dl><dl><dtclass="spec value"id="val-with_block_args"><ahref="#val-with_block_args"class="anchor"></a><code><spanclass="keyword">val</span> with_block_args : <ahref="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a><span>-></span><ahref="../IR/Procname/index.html#type-t">IR.Procname.t</a><span>-></span><span><span><ahref="../IR/Exp/index.html#type-closure">IR.Exp.closure</a> option</span> list</span><span>-></span><ahref="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a></code></dt><dd><p>Creates a copy of a procedure description given a list of possible closures that are passed as arguments to the method. The resulting procdesc is isomorphic but</p><ul><li>the block parameters are replaces with the closures</li><li>the parameters of the method are extended with parameters for the captured variables in the closures</li></ul></dd></dl></div></body></html>