/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | SmartPtrModeling.cpp | 232 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()
|
D | FuchsiaHandleChecker.cpp | 434 if (&BR.getBugType() != &UseAfterReleaseBugType && in checkPostCall() 435 &BR.getBugType() != &LeakBugType && in checkPostCall() 436 &BR.getBugType() != &DoubleReleaseBugType) in checkPostCall()
|
D | MIGChecker.cpp | 215 if (&BR.getBugType() != &BT) in checkPostCall()
|
D | NullabilityChecker.cpp | 122 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()
|
D | StreamChecker.cpp | 372 CheckerName == BR.getBugType().getCheckerName()) in operator ()()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
D | RetainCountDiagnostics.h | 42 RefCountBugKind getBugType() const { return BT; } in getBugType() function
|
D | RetainCountDiagnostics.cpp | 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()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 177 const BugType& getBugType() const { return BT; } in getBugType() function 178 BugType& getBugType() { return BT; } in getBugType() function
|
D | PathDiagnostic.h | 797 StringRef getBugType() const { return BugType; } in getBugType() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 389 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl() 401 EmitString(o, GetIssueHash(*SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
|
D | HTMLDiagnostics.cpp | 236 StringRef BugType = D.getBugType(); in ReportDiag() 258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in ReportDiag()
|
D | PathDiagnostic.cpp | 381 if (X.getBugType() != Y.getBugType()) in compare() 382 return X.getBugType() < Y.getBugType(); in compare()
|
D | BugReporter.cpp | 3252 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/ |
D | PathDiagnostic.cpp | 360 if (X.getBugType() != Y.getBugType()) in compare() 361 return X.getBugType() < Y.getBugType(); in compare()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 564 StringRef BugType = D.getBugType(); in FinalizeHTML() 586 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
|
D | PlistDiagnostics.cpp | 688 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl() 700 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
|
D | BugReporter.cpp | 1316 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/ |
D | BugReporter.h | 151 const BugType& getBugType() const { return BT; } in getBugType() function
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 843 StringRef getBugType() const { return BugType; } in getBugType() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1816 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()
|