Home
last modified time | relevance | path

Searched refs:getBugType (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp396 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
413 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
617 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleReset()
652 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()
694 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in handleSwap()
755 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()
792 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in updateMovedSmartPointers()
816 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in updateMovedSmartPointers()
DFuchsiaHandleChecker.cpp490 if (&BR.getBugType() != &UseAfterReleaseBugType && in checkPostCall()
491 &BR.getBugType() != &LeakBugType && in checkPostCall()
492 &BR.getBugType() != &DoubleReleaseBugType && in checkPostCall()
493 &BR.getBugType() != &ReleaseUnownedBugType) in checkPostCall()
DMIGChecker.cpp215 if (&BR.getBugType() != &BT) in checkPostCall()
DStreamChecker.cpp388 if (BR.isInteresting(StreamSym) && &BR.getBugType() == BT_ResourceLeak) in operator ()()
404 &BR.getBugType() != this->getBT_StreamEof()) in constructSetEofNoteTag()
DNullabilityChecker.cpp122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon690d22840111::NullabilityChecker
169 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
DRetainCountDiagnostics.cpp462 const auto &BT = static_cast<const RefCountBug&>(BR.getBugType()); in VisitNode()
464 bool IsFreeUnowned = BT.getBugType() == RefCountBug::FreeNotOwned || in VisitNode()
465 BT.getBugType() == RefCountBug::DeallocNotOwned; in VisitNode()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp360 if (X.getBugType() != Y.getBugType()) in compare()
361 return X.getBugType() < Y.getBugType(); in compare()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp695 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
707 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
DHTMLDiagnostics.cpp585 StringRef BugType = D.getBugType(); in FinalizeHTML()
607 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
DBugReporter.cpp1316 const BugType &BT = R->getBugType(); in generateDiagnosticForBasicReport()
1327 const BugType &BT = R->getBugType(); in generateEmptyDiagnosticForReport()
2957 const BugType& BT = EQ.getReports()[0]->getBugType(); in findReportInEquivalenceClass()
3064 if (report->getBugType().getCheckerName().startswith( in FlushReport()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h151 const BugType& getBugType() const { return BT; } in getBugType() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h841 StringRef getBugType() const { return BugType; } in getBugType() function