Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A 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
H A DBugReporter.h47 class BugType; variable
H A DPathDiagnostic.h716 std::string BugType; variable
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp234 StringRef BugType = D.getBugType(); in ReportDiag() local
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp181 const char *BugType = nullptr; in Report() local