Home
last modified time | relevance | path

Searched defs:BugType (Results 1 – 10 of 10) 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
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp214 const char *BugType = nullptr; in Report() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h58 class BugType; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp564 StringRef BugType = D.getBugType(); in FinalizeHTML() local
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h771 std::string BugType; variable