Home
last modified time | relevance | path

Searched refs:getBugType (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp396 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()
H A DFuchsiaHandleChecker.cpp487 if (&BR.getBugType() != &UseAfterReleaseBugType && in checkPostCall()
488 &BR.getBugType() != &LeakBugType && in checkPostCall()
489 &BR.getBugType() != &DoubleReleaseBugType && in checkPostCall()
490 &BR.getBugType() != &ReleaseUnownedBugType) in checkPostCall()
H A DMIGChecker.cpp217 if (&BR.getBugType() != &BT) in checkPostCall()
H A DNullabilityChecker.cpp124 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anon73d492230111::NullabilityChecker
171 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
H A DStreamChecker.cpp409 if (BR.isInteresting(StreamSym) && &BR.getBugType() == BT_ResourceLeak) in operator ()()
425 &BR.getBugType() != this->getBT_StreamEof()) in constructSetEofNoteTag()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
H A DRetainCountDiagnostics.cpp456 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()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp359 if (X.getBugType() != Y.getBugType()) in compare()
360 return X.getBugType() < Y.getBugType(); in compare()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp696 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
708 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
H A DHTMLDiagnostics.cpp256 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()
645 StringRef BugType = D.getBugType(); in FinalizeHTML()
H A DBugReporter.cpp1326 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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h149 const BugType& getBugType() const { return BT; } in getBugType() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h838 StringRef getBugType() const { return BugType; } in getBugType() function