Searched refs:getBugType (Results 1 – 13 of 13) sorted by relevance
232 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()249 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in evalCall()351 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleReset()386 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleRelease()426 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleSwap()487 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() || in handleAssignOp()524 if (&BR.getBugType() != smartptr::getNullDereferenceBugType()) in updateMovedSmartPointers()548 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()
122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anona22f4ad70111::NullabilityChecker169 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
372 CheckerName == BR.getBugType().getCheckerName()) in operator ()()
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()1995 if (R->getBugType().getCheckerName().startswith(CheckerOrPackage)) in generate()2939 const BugType& BT = EQ.getReports()[0]->getBugType(); in findReportInEquivalenceClass()
151 const BugType& getBugType() const { return BT; } in getBugType() function
841 StringRef getBugType() const { return BugType; } in getBugType() function