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>Backend__SyntacticCallGraph (infer.Backend__SyntacticCallGraph)</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> » Backend__SyntacticCallGraph</nav><h1>Module <code>Backend__SyntacticCallGraph</code></h1></header><dl><dt class="spec value" id="val-make"><a href="#val-make" class="anchor"></a><code><span class="keyword">val</span> make : <span><a href="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a> list</span> <span>-></span> <span><span>(<a href="../Absint/TaskSchedulerTypes/index.html#type-target">Absint.TaskSchedulerTypes.target</a>, <a href="../IR/Procname/index.html#type-t">IR.Procname.t</a>)</span> <a href="../IBase/ProcessPool/TaskGenerator/index.html#type-t">IBase.ProcessPool.TaskGenerator.t</a></span></code></dt><dd><p>task generator that works by</p><ul><li>loading the syntactic call graph from the capture DB</li><li>restricting it to the reachable procs from the modified files</li><li>scheduling leaves only and removing them from the graph when analysed.</li></ul></dd></dl></div></body></html>
|