Lines Matching full:how
5 <title>FAQ and How to Deal with Common False Positives</title>
20 <h1>FAQ and How to Deal with Common False Positives</h1>
23 <li><a href="#custom_assert">How do I tell the analyzer that I do not want the bug being
27 pointer is never null. How can I tell the analyzer that a pointer can never be
29 …<li><a href="#dead_store">How do I tell the static analyzer that I don't care about a specific dea…
30 …<li><a href="#unused_ivar">How do I tell the static analyzer that I don't care about a specific un…
31 …<li><a href="#unlocalized_string">How do I tell the static analyzer that I don't care about a spec…
32 …<li><a href="#use_assert">The analyzer assumes that a loop body is never entered. How can I tell …
33 <li><a href="#suppress_issue">How can I suppress a specific analyzer warning?</a></li>
34 <li><a href="#exclude_code">How can I selectively exclude code the analyzer examines?</a></li>
38 <h4 id="custom_assert" class="faq">Q: How do I tell the analyzer that I do not want the bug being
56 pointer is never null. How can I tell the analyzer that a pointer can never be
70 <h4 id="dead_store" class="faq">Q: How do I tell the static analyzer that I don't care about a spec…
76 <h4 id="unused_ivar" class="faq">Q: How do I tell the static analyzer that I don't care about a spe…
82 <h4 id="unlocalized_string" class="faq">Q: How do I tell the static analyzer that I don't care abou…
108 <h4 id="use_assert" class="faq">Q: The analyzer assumes that a loop body is never entered. How can…
132 <h4 id="suppress_issue" class="faq">Q: How can I suppress a specific analyzer warning?</h4>
142 <h4 id="exclude_code" class="faq">Q: How can I selectively exclude code the analyzer examines?</h4>