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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 291 class PathSensitiveBugReport : public BugReport {
371 PathSensitiveBugReport(const BugType &bt, StringRef desc,
373 : PathSensitiveBugReport(bt, desc, desc, errorNode) {}
375 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc,
377 : PathSensitiveBugReport(bt, shortDesc, desc, errorNode,
381 /// Create a PathSensitiveBugReport with a custom uniqueing location.
388 PathSensitiveBugReport(const BugType &bt, StringRef desc,
392 : PathSensitiveBugReport(bt, desc, desc, errorNode, LocationToUnique,
395 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc,
688 ArrayRef<PathSensitiveBugReport *> &bugReports)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 139 const PathSensitiveBugReport *R);
210 const PathSensitiveBugReport *R;
223 findValidReport(ArrayRef<PathSensitiveBugReport *> &bugReports,
228 PathSensitiveBugReport *r, const ExplodedNode *ErrorNode,
272 const PathSensitiveBugReport *getBugReport() const { return R; }
423 const PathSensitiveBugReport *R,
1325 generateEmptyDiagnosticForReport(const PathSensitiveBugReport *R,
1970 const PathSensitiveBugReport *R)
1979 PathSensitiveBugReport *r, const ExplodedNode *ErrorNode,
2129 PathSensitiveBugReport::PathSensitiveBugReport
    [all...]

Completed in 33 milliseconds