Searched refs:getBugType (Results 1 – 15 of 15) sorted by relevance
393 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()
130 if (!BR.isInteresting(RetSym) || &BR.getBugType() != &this->BT) in processSetuid()
217 if (&BR.getBugType() != &BT) in checkPostCall()
297 &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()
427 if (&BR.getBugType() != BT) in createCritSectionNote()
158 BR.getBugType().getCategory() != categories::TaintedData) { in taintOriginTrackerTag()189 BR.getBugType().getCategory() != categories::TaintedData) { in taintPropagationExplainerTag()
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()
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()
354 if (X.getBugType() != Y.getBugType()) in compare()355 return X.getBugType() < Y.getBugType(); in compare()
691 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()703 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
291 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()
257 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()654 StringRef BugType = D.getBugType(); in FinalizeHTML()
149 const BugType& getBugType() const { return BT; } in getBugType() function
841 StringRef getBugType() const { return BugType; } in getBugType() function