Lines Matching full:scan
20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to
60 <li><b>scan-build</b>: <tt>scan-build</tt> is the high-level command line utility for running the analyzer</li>
61 <li><b>scan-view</b>: <tt>scan-view</tt> a companion comannd line
62 utility to <tt>scan-build</tt>, <tt>scan-view</tt> is used to view
63 analysis results generated by <tt>scan-build</tt>. There is an option
64 that one can pass to <tt>scan-build</tt> to cause <tt>scan-view</tt> to
68 <h4>Running scan-build</h4>
70 <p>For specific details on using <tt>scan-build</tt>, please see
71 <tt>scan-build</tt>'s <a href="/scan-build">documentation</a>.</p>
73 <p>To run <tt>scan-build</tt>, either add the
75 path for <tt>scan-build</tt> when running it. It is also possible to use
76 a symbolic link to <tt>scan-build</tt>, such one located in a directory
77 in your path. When <tt>scan-build</tt> runs it will automatically
100 <li>The locations of the <tt>scan-build</tt> and <tt>scan-view</tt>
104 are located in <tt>$(SRCDIR)/tools/clang/tools/scan-build</tt> and
105 <tt>$(SRCDIR)/tools/clang/tools/scan-view</tt> respectively (where