HomeSort by relevance Sort by last modified time
    Searched refs:getBugType (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 177 const BugType& getBugType() const { return BT; }
178 BugType& getBugType() { return BT; }
PathDiagnostic.h 794 StringRef getBugType() const { return BugType; }
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 385 if (X.getBugType() != Y.getBugType())
386 return X.getBugType() < Y.getBugType();
    [all...]
PlistDiagnostics.cpp 389 EmitString(o, D->getBugType()) << '\n';
HTMLDiagnostics.cpp 234 StringRef BugType = D.getBugType();
BugReporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 472 milliseconds