Home
last modified time | relevance | path

Searched defs:BugType (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h40 BugType(class CheckName check, StringRef name, StringRef cat) in BugType() function
42 BugType(const CheckerBase *checker, StringRef name, StringRef cat) in BugType() function
DBugReporter.h47 class BugType; variable
DPathDiagnostic.h719 std::string BugType; variable
/external/clang/lib/StaticAnalyzer/Core/
DIssueHash.cpp179 StringRef CheckerName, StringRef BugType, in GetIssueString()
193 StringRef CheckerName, StringRef BugType, in GetIssueHash()
DHTMLDiagnostics.cpp236 StringRef BugType = D.getBugType(); in ReportDiag() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp181 const char *BugType = nullptr; in Report() local