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.cpp393 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()
410 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 DStreamChecker.cpp297 &BR.getBugType() != this->getBT_StreamEof()) in constructSetEofNoteTag()
310 &BR.getBugType() != this->getBT_IndeterminatePosition()) in constructSetErrorNoteTag()
325 if (&BR.getBugType() == this->getBT_StreamEof()) { in constructSetEofOrErrorNoteTag()
329 if (&BR.getBugType() == this->getBT_IndeterminatePosition()) { in constructSetEofOrErrorNoteTag()
610 if (BR.isInteresting(StreamSym) && &BR.getBugType() == &BT_ResourceLeak) in constructLeakNoteTag()
H A DBlockInCriticalSectionChecker.cpp427 if (&BR.getBugType() != BT) in createCritSectionNote()
H A DGenericTaintChecker.cpp158 BR.getBugType().getCategory() != categories::TaintedData) { in taintOriginTrackerTag()
189 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.cpp354 if (X.getBugType() != Y.getBugType()) in compare()
355 return X.getBugType() < Y.getBugType(); in compare()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp691 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
703 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
H A DBugReporter.cpp291 const auto &BT = R->getBugType(); in timeTraceName()
304 const auto &BT = R->getBugType(); in timeTraceMetadata()
1355 const BugType &BT = R->getBugType(); in generateDiagnosticForBasicReport()
1367 const BugType &BT = R->getBugType(); in generateEmptyDiagnosticForReport()
3048 const BugType& BT = EQ.getReports()[0]->getBugType(); in findReportInEquivalenceClass()
3158 if (report->getBugType().getCheckerName().starts_with(CheckerOrPackage)) in FlushReport()
H A DHTMLDiagnostics.cpp257 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()
654 StringRef BugType = D.getBugType(); in FinalizeHTML()
/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