Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp232 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()
H A DFuchsiaHandleChecker.cpp490 if (&BR.getBugType() != &UseAfterReleaseBugType && in checkPostCall()
491 &BR.getBugType() != &LeakBugType && in checkPostCall()
492 &BR.getBugType() != &DoubleReleaseBugType && in checkPostCall()
493 &BR.getBugType() != &ReleaseUnownedBugType) in checkPostCall()
H A DMIGChecker.cpp215 if (&BR.getBugType() != &BT) in checkPostCall()
H A DNullabilityChecker.cpp122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anona22f4ad70111::NullabilityChecker
169 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
H A DStreamChecker.cpp372 CheckerName == BR.getBugType().getCheckerName()) in operator ()()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
H A DRetainCountDiagnostics.cpp462 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp360 if (X.getBugType() != Y.getBugType()) in compare()
361 return X.getBugType() < Y.getBugType(); in compare()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp695 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
707 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
H A DHTMLDiagnostics.cpp585 StringRef BugType = D.getBugType(); in FinalizeHTML()
607 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
H A DBugReporter.cpp1316 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h151 const BugType& getBugType() const { return BT; } in getBugType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h841 StringRef getBugType() const { return BugType; } in getBugType() function