Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp396 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
413 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
616 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleReset()
652 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()
694 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in handleSwap()
757 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()
796 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in updateMovedSmartPointers()
821 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in updateMovedSmartPointers()
H A DSetgidSetuidOrderChecker.cpp130 if (!BR.isInteresting(RetSym) || &BR.getBugType() != &this->BT) in processSetuid()
H A DMIGChecker.cpp217 if (&BR.getBugType() != &BT) in checkPostCall()
H A DBlockInCriticalSectionChecker.cpp340 if (&BR.getBugType() != BT) in createCritSectionNote()
H A DStreamChecker.cpp288 &BR.getBugType() != this->getBT_StreamEof()) in constructSetEofNoteTag()
301 &BR.getBugType() != this->getBT_IndeterminatePosition()) in constructSetErrorNoteTag()
316 if (&BR.getBugType() == this->getBT_StreamEof()) { in constructSetEofOrErrorNoteTag()
320 if (&BR.getBugType() == this->getBT_IndeterminatePosition()) { in constructSetEofOrErrorNoteTag()
597 if (BR.isInteresting(StreamSym) && &BR.getBugType() == &BT_ResourceLeak) in constructLeakNoteTag()
H A DNullabilityChecker.cpp128 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon414b416c0111::NullabilityChecker
175 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
H A DGenericTaintChecker.cpp160 BR.getBugType().getCategory() != categories::TaintedData) { in taintOriginTrackerTag()
191 BR.getBugType().getCategory() != categories::TaintedData) { in taintPropagationExplainerTag()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp132 if (&BR.getBugType() != &InvalidPtrBugType) in REGISTER_SET_WITH_PROGRAMSTATE()
195 if (!BR.isInteresting(PrevReg) || &BR.getBugType() != &InvalidPtrBugType) in postPreviousReturnInvalidatingCall()
225 if (!BR.isInteresting(MR) || &BR.getBugType() != &InvalidPtrBugType) in postPreviousReturnInvalidatingCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
H A DRetainCountDiagnostics.cpp456 const auto &BT = static_cast<const RefCountBug&>(BR.getBugType()); in VisitNode()
458 bool IsFreeUnowned = BT.getBugType() == RefCountBug::FreeNotOwned || in VisitNode()
459 BT.getBugType() == RefCountBug::DeallocNotOwned; in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp359 if (X.getBugType() != Y.getBugType()) in compare()
360 return X.getBugType() < Y.getBugType(); in compare()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp259 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()
656 StringRef BugType = D.getBugType(); in FinalizeHTML()
H A DBugReporter.cpp1338 const BugType &BT = R->getBugType(); in generateDiagnosticForBasicReport()
1350 const BugType &BT = R->getBugType(); in generateEmptyDiagnosticForReport()
3003 const BugType& BT = EQ.getReports()[0]->getBugType(); in findReportInEquivalenceClass()
3110 if (report->getBugType().getCheckerName().starts_with(CheckerOrPackage)) in FlushReport()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h149 const BugType& getBugType() const { return BT; } in getBugType() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h841 StringRef getBugType() const { return BugType; } in getBugType() function