Searched refs:getBugType (Results 1 – 15 of 15) sorted by relevance
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()
130 if (!BR.isInteresting(RetSym) || &BR.getBugType() != &this->BT) in processSetuid()
217 if (&BR.getBugType() != &BT) in checkPostCall()
340 if (&BR.getBugType() != BT) in createCritSectionNote()
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()
128 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon414b416c0111::NullabilityChecker175 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
160 BR.getBugType().getCategory() != categories::TaintedData) { in taintOriginTrackerTag()191 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()
359 if (X.getBugType() != Y.getBugType()) in compare()360 return X.getBugType() < Y.getBugType(); in compare()
259 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()656 StringRef BugType = D.getBugType(); in FinalizeHTML()
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()
149 const BugType& getBugType() const { return BT; } in getBugType() function
841 StringRef getBugType() const { return BugType; } in getBugType() function