Home
last modified time | relevance | path

Searched defs:BugType (Results 1 – 5 of 5) 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.h720 std::string BugType; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp181 const char *BugType = nullptr; in Report() local
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp234 StringRef BugType = D.getBugType(); in ReportDiag() local