Searched refs:getBugType (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } function in class:clang::ento::retaincountchecker::RefCountBug
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp388 if (&BR.getBugType() != &UseAfterReleaseBugType &&
389 &BR.getBugType() != &LeakBugType &&
390 &BR.getBugType() != &DoubleReleaseBugType)
H A DMIGChecker.cpp215 if (&BR.getBugType() != &BT)
H A DNullabilityChecker.cpp122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { function in class:__anon2272::NullabilityChecker
169 const std::unique_ptr<BugType> &BT = getBugType(CK);
H A DStreamChecker.cpp365 CheckerName == BR.getBugType().getCheckerName())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp352 if (X.getBugType() != Y.getBugType())
353 return X.getBugType() < Y.getBugType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp563 StringRef BugType = D.getBugType();
585 << GetIssueHash(SMgr, L, D.getCheckerName(), D.getBugType(),
H A DPlistDiagnostics.cpp693 EmitString(o, D->getBugType()) << '\n';
705 EmitString(o, GetIssueHash(SM, L, D->getCheckerName(), D->getBugType(),
H A DBugReporter.cpp1316 const BugType &BT = R->getBugType();
1327 const BugType &BT = R->getBugType();
2941 const BugType& BT = EQ.getReports()[0]->getBugType();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h151 const BugType& getBugType() const { return BT; } function in class:clang::ento::BugReport
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h802 StringRef getBugType() const { return BugType; } function in class:clang::ento::PathDiagnostic

Completed in 72 milliseconds