HomeSort by relevance Sort by last modified time
    Searched refs:BugCategory (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 301 void EmitBasicReport(StringRef BugName, StringRef BugCategory,
311 void EmitBasicReport(StringRef BugName, StringRef BugCategory,
313 EmitBasicReport(BugName, BugCategory, BugStr, Loc, 0, 0);
  /external/clang/tools/scan-build/
scan-build 351 my $BugCategory = "";
372 elsif (/<!-- BUGCATEGORY (.*) -->$/) {
373 $BugCategory = $1;
382 if (!defined $BugCategory) {
383 $BugCategory = "Other";
387 if ($BugCategory =~ /statistics/i) {
392 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugLine,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 257 const std::string& BugCategory = D.getCategory();
258 if (!BugCategory.empty())
259 os << "\n<!-- BUGCATEGORY " << BugCategory << " -->\n";

Completed in 90 milliseconds