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.cpp117 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anond6a4e1f60111::AnalysisConsumer
139 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()
746 if (BugReporterTimer) in RunPathSensitiveChecks()
747 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()
749 if (BugReporterTimer) in RunPathSensitiveChecks()
750 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()