HomeSort by: relevance | last modified time | path
    Searched refs:getBugType (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h 42 RefCountBugKind getBugType() const { return BT; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SmartPtrModeling.cpp 232 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() ||
249 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() ||
351 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() ||
386 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() ||
426 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() ||
487 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() ||
524 if (&BR.getBugType() != smartptr::getNullDereferenceBugType())
548 if (&BR.getBugType() != smartptr::getNullDereferenceBugType() ||
FuchsiaHandleChecker.cpp 490 if (&BR.getBugType() != &UseAfterReleaseBugType &&
491 &BR.getBugType() != &LeakBugType &&
492 &BR.getBugType() != &DoubleReleaseBugType &&
493 &BR.getBugType() != &ReleaseUnownedBugType)
MIGChecker.cpp 215 if (&BR.getBugType() != &BT)
NullabilityChecker.cpp 122 const std::unique_ptr<BugType> &getBugType(CheckKind Kind) const {
169 const std::unique_ptr<BugType> &BT = getBugType(CK);
StreamChecker.cpp 372 CheckerName == BR.getBugType().getCheckerName())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 360 if (X.getBugType() != Y.getBugType())
361 return X.getBugType() < Y.getBugType();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 585 StringRef BugType = D.getBugType();
607 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue,
PlistDiagnostics.cpp 695 EmitString(o, D->getBugType()) << '\n';
707 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(),
BugReporter.cpp 1316 const BugType &BT = R->getBugType();
1327 const BugType &BT = R->getBugType();
1995 if (R->getBugType().getCheckerName().startswith(CheckerOrPackage))
2939 const BugType& BT = EQ.getReports()[0]->getBugType();
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 151 const BugType& getBugType() const { return BT; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 841 StringRef getBugType() const { return BugType; }

Completed in 85 milliseconds