HomeSort by relevance Sort by last modified time
    Searched defs:BugReporter (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 1 //===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===//
10 // This file defines BugReporter, a utility class for generating
19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
20 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
42 class BugReporter;
69 friend class BugReporter;
90 /// The stack is largely used by BugReporter when generating PathDiagnostics
97 /// The stack is largely used by BugReporter when generating PathDiagnostics
135 // Used internally by BugReporter.
346 friend class BugReporter;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 0 // BugReporter.cpp - Generate PathDiagnostics for Bugs ------------*- C++ -*--//
10 // This file defines BugReporter, a utility class for generating
15 #define DEBUG_TYPE "BugReporter"
17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
26 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
27 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
204 bool BugReporter::RemoveUnneededCalls(PathPieces &pieces, BugReport *R) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 427 milliseconds