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()653 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()695 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in handleSwap()758 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()797 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in updateMovedSmartPointers()822 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in updateMovedSmartPointers()
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()
217 if (&BR.getBugType() != &BT) in checkPostCall()
124 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon73d492230111::NullabilityChecker171 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
409 if (BR.isInteresting(StreamSym) && &BR.getBugType() == BT_ResourceLeak) in operator ()()425 &BR.getBugType() != this->getBT_StreamEof()) in constructSetEofNoteTag()
42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
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()
359 if (X.getBugType() != Y.getBugType()) in compare()360 return X.getBugType() < Y.getBugType(); in compare()
696 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()708 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
256 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()645 StringRef BugType = D.getBugType(); in FinalizeHTML()
1326 const BugType &BT = R->getBugType(); in generateDiagnosticForBasicReport()1337 const BugType &BT = R->getBugType(); in generateEmptyDiagnosticForReport()2965 const BugType& BT = EQ.getReports()[0]->getBugType(); in findReportInEquivalenceClass()3072 if (report->getBugType().getCheckerName().startswith( in FlushReport()
149 const BugType& getBugType() const { return BT; } in getBugType() function
838 StringRef getBugType() const { return BugType; } in getBugType() function