Home
last modified time | relevance | path

Searched refs:BugReporterTimer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp115 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anond6a4e1f60111::AnalysisConsumer
139 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()
376 void flushReports(llvm::Timer *BugReporterTimer, BugReporter &BR) { in flushReports() argument
379 if (BugReporterTimer) in flushReports()
380 BugReporterTimer->startTimer(); in flushReports()
382 if (BugReporterTimer) in flushReports()
383 BugReporterTimer->stopTimer(); in flushReports()
784 flushReports(BugReporterTimer.get(), Eng.getBugReporter()); in RunPathSensitiveChecks()