Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
DFuchsiaHandleChecker.cpp434 if (&BR.getBugType() != &UseAfterReleaseBugType && in checkPostCall()
435 &BR.getBugType() != &LeakBugType && in checkPostCall()
436 &BR.getBugType() != &DoubleReleaseBugType) in checkPostCall()
DMIGChecker.cpp215 if (&BR.getBugType() != &BT) in checkPostCall()
DNullabilityChecker.cpp122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const { in getBugType() function in __anone4472b830111::NullabilityChecker
169 const std::unique_ptr<BugType> &BT = getBugType(CK); in reportBug()
DStreamChecker.cpp372 CheckerName == BR.getBugType().getCheckerName()) in operator ()()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.h42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
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()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h177 const BugType& getBugType() const { return BT; } in getBugType() function
178 BugType& getBugType() { return BT; } in getBugType() function
DPathDiagnostic.h797 StringRef getBugType() const { return BugType; } in getBugType() function
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp389 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
401 EmitString(o, GetIssueHash(*SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
DHTMLDiagnostics.cpp236 StringRef BugType = D.getBugType(); in ReportDiag()
258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in ReportDiag()
DPathDiagnostic.cpp381 if (X.getBugType() != Y.getBugType()) in compare()
382 return X.getBugType() < Y.getBugType(); in compare()
DBugReporter.cpp3252 BugType& BT = R->getBugType(); in emitReport()
3286 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()
3395 BugType& BT = exampleReport->getBugType(); in FlushReport()
3398 exampleReport->getBugType().getCheckName(), in FlushReport()
3399 exampleReport->getDeclWithIssue(), exampleReport->getBugType().getName(), in FlushReport()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp360 if (X.getBugType() != Y.getBugType()) in compare()
361 return X.getBugType() < Y.getBugType(); in compare()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp564 StringRef BugType = D.getBugType(); in FinalizeHTML()
586 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
DPlistDiagnostics.cpp688 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
700 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
DBugReporter.cpp1316 const BugType &BT = R->getBugType(); in generateDiagnosticForBasicReport()
1327 const BugType &BT = R->getBugType(); in generateEmptyDiagnosticForReport()
2940 const BugType& BT = EQ.getReports()[0]->getBugType(); in findReportInEquivalenceClass()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h151 const BugType& getBugType() const { return BT; } in getBugType() function
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h843 StringRef getBugType() const { return BugType; } in getBugType() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1816 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()