Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h85 : BugType(this, Desc, Cat, SuppressOnSink) {} in BugType() function
H A DBugReporter.h57 class BugType; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp211 const char *BugType = nullptr; in Report() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h766 std::string BugType; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp654 StringRef BugType = D.getBugType(); in FinalizeHTML() local