Searched refs:getBugType (Results 1 – 13 of 13) sorted by relevance
396 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()
490 if (&BR.getBugType() != &UseAfterReleaseBugType && in checkPostCall()491 &BR.getBugType() != &LeakBugType && in checkPostCall()492 &BR.getBugType() != &DoubleReleaseBugType && in checkPostCall()493 &BR.getBugType() != &ReleaseUnownedBugType) in checkPostCall()
215 if (&BR.getBugType() != &BT) in checkPostCall()
388 if (BR.isInteresting(StreamSym) && &BR.getBugType() == BT_ResourceLeak) in operator ()()404 &BR.getBugType() != this->getBT_StreamEof()) in constructSetEofNoteTag()
122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon690d22840111::NullabilityChecker169 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
462 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()
360 if (X.getBugType() != Y.getBugType()) in compare()361 return X.getBugType() < Y.getBugType(); in compare()
695 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()707 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
585 StringRef BugType = D.getBugType(); in FinalizeHTML()607 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
1316 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()
151 const BugType& getBugType() const { return BT; } in getBugType() function
841 StringRef getBugType() const { return BugType; } in getBugType() function