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
1.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>Nullsafe__Eradicate (infer.Nullsafe__Eradicate)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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; Nullsafe__Eradicate</nav><h1>Module <code>Nullsafe__Eradicate</code></h1></header><aside><p>The main entry point for Nullsafe typechecker.</p></aside><dl><dt class="spec value" id="val-analyze_procedure"><a href="#val-analyze_procedure" class="anchor"></a><code><span class="keyword">val</span> analyze_procedure : <a href="../Absint/IntraproceduralAnalysis/index.html#type-t">Absint.IntraproceduralAnalysis.t</a> <span>&#45;&gt;</span> <span><a href="../Nullsafe/NullsafeSummary/index.html#type-t">Nullsafe.NullsafeSummary.t</a> option</span></code></dt><dd><p>Proc-level callback for nullsafe.</p></dd></dl><dl><dt class="spec value" id="val-analyze_for_immutable_cast_checker"><a href="#val-analyze_for_immutable_cast_checker" class="anchor"></a><code><span class="keyword">val</span> analyze_for_immutable_cast_checker : <a href="../Nullsafe/TypeCheck/index.html#type-check_return_type">Nullsafe.TypeCheck.check_return_type</a> <span>&#45;&gt;</span> <a href="../Absint/IntraproceduralAnalysis/index.html#type-t">Absint.IntraproceduralAnalysis.t</a> <span>&#45;&gt;</span> <span><a href="../Nullsafe/NullsafeSummary/index.html#type-t">Nullsafe.NullsafeSummary.t</a> option</span></code></dt><dd><p>For checkers that explore eradicate/nullsafe infra, but not part of nullsafe.Annot Call the given check_return_type at the end of every procedure.</p></dd></dl></div></body></html>