HomeSort by: relevance | last modified time | path
    Searched defs:BugReporter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 1 //===- BugReporter.h - Generate PathDiagnostics -----------------*- C++ -*-===//
9 // This file defines BugReporter, a utility class for generating
21 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"
22 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
127 friend class BugReporter;
311 /// The stack is largely used by BugReporter when generating PathDiagnostics
313 llvm::DenseMap<SymbolRef, bugreporter::TrackingKind> InterestingSymbols;
318 /// The stack is largely used by BugReporter when generating PathDiagnostics
320 llvm::DenseMap<const MemRegion *, bugreporter::TrackingKind>
432 void markInteresting(SymbolRef sym, bugreporter::TrackingKind TKind
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1 //===- BugReporter.cpp - Generate PathDiagnostics for bugs ----------------===//
9 // This file defines BugReporter, a utility class for generating
14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
33 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"
34 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
79 #define DEBUG_TYPE "BugReporter"
2225 llvm::DenseMap<T, bugreporter::TrackingKind> &InterestingnessMap, T Val,
2226 bugreporter::TrackingKind TKind) {
2239 case bugreporter::TrackingKind::Thorough
    [all...]

Completed in 26 milliseconds