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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 657 class PathSensitiveBugReporter final : public BugReporter {
670 PathSensitiveBugReporter(BugReporterData& d, ExprEngine& eng)
695 PathSensitiveBugReporter &BR;
700 BugReporterContext(PathSensitiveBugReporter &br) : BR(br) {}
704 PathSensitiveBugReporter& getBugReporter() { return BR; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 224 PathSensitiveBugReporter &Reporter);
2432 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const {
2436 ProgramStateManager &PathSensitiveBugReporter::getStateManager() const {
2800 PathSensitiveBugReporter &Reporter) {
2850 PathSensitiveBugReporter::generatePathDiagnostics(
2895 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) {
2933 BugReport *PathSensitiveBugReporter::findReportInEquivalenceClass(
3244 PathSensitiveBugReporter::generateDiagnosticForConsumerMap(
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 174 PathSensitiveBugReporter BR;

Completed in 26 milliseconds