| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ ! |
| H A D | SmartPtrModeling.cpp | 396 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 D | FuchsiaHandleChecker.cpp | 487 if (&BR.getBugType() != &UseAfterReleaseBugType && in checkPostCall() 488 &BR.getBugType() != &LeakBugType && in checkPostCall() 489 &BR.getBugType() != &DoubleReleaseBugType && in checkPostCall() 490 &BR.getBugType() != &ReleaseUnownedBugType) in checkPostCall()
|
| H A D | SetgidSetuidOrderChecker.cpp | 130 if (!BR.isInteresting(RetSym) || &BR.getBugType() != &this->BT) in processSetuid()
|
| H A D | MIGChecker.cpp | 217 if (&BR.getBugType() != &BT) in checkPostCall()
|
| H A D | BlockInCriticalSectionChecker.cpp | 340 if (&BR.getBugType() != BT) in createCritSectionNote()
|
| H A D | StreamChecker.cpp | 288 &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 D | NullabilityChecker.cpp | 128 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon995922e10111::NullabilityChecker 175 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
|
| H A D | GenericTaintChecker.cpp | 160 BR.getBugType().getCategory() != categories::TaintedData) { in taintOriginTrackerTag() 191 BR.getBugType().getCategory() != categories::TaintedData) { in taintPropagationExplainerTag()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ ! |
| H A D | InvalidPtrChecker.cpp | 132 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()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ ! |
| H A D | RetainCountDiagnostics.h | 42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
|
| H A D | RetainCountDiagnostics.cpp | 456 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()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ ! |
| H A D | PathDiagnostic.cpp | 359 if (X.getBugType() != Y.getBugType()) in compare() 360 return X.getBugType() < Y.getBugType(); in compare()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ ! |
| H A D | PlistDiagnostics.cpp | 694 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl() 706 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
|
| H A D | HTMLDiagnostics.cpp | 259 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash() 656 StringRef BugType = D.getBugType(); in FinalizeHTML()
|
| H A D | BugReporter.cpp | 1338 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()
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ ! |
| H A D | BugReporter.h | 149 const BugType& getBugType() const { return BT; } in getBugType() function
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/ ! |
| H A D | PathDiagnostic.h | 841 StringRef getBugType() const { return BugType; } in getBugType() function
|