Home
last modified time | relevance | path

Searched refs:PrintStats (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseAST.cpp100 ASTContext &Ctx, bool PrintStats, in ParseAST() argument
111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST()
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument
116 if (PrintStats) { in ParseAST()
122 bool OldCollectStats = PrintStats; in ParseAST()
181 if (PrintStats) { in ParseAST()
183 if (HaveLexer) P.getActions().PrintStats(); in ParseAST()
184 S.getASTContext().PrintStats(); in ParseAST()
185 Decl::PrintStats(); in ParseAST()
186 Stmt::PrintStats(); in ParseAST()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRecyclingAllocator.h53 void PrintStats() { in PrintStats() function
54 Allocator.PrintStats(); in PrintStats()
55 Base.PrintStats(); in PrintStats()
H A DRecycler.h102 void PrintStats();
106 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
H A DAllocatorBase.h98 void PrintStats() const {} in PrintStats() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParseAST.h39 ASTContext &Ctx, bool PrintStats = false,
46 void ParseAST(Sema &S, bool PrintStats = false,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h171 void PrintStats() { in PrintStats() function
172 primary_.PrintStats(); in PrintStats()
173 secondary_.PrintStats(); in PrintStats()
H A Dsanitizer_quarantine.h133 void PrintStats() const { in PrintStats() function
137 cache_.PrintStats(); in PrintStats()
277 void PrintStats() const { in PrintStats() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h166 void PrintStats() { in PrintStats() function
167 primary_.PrintStats(); in PrintStats()
168 secondary_.PrintStats(); in PrintStats()
H A Dsanitizer_quarantine.h132 void PrintStats() const { in PrintStats() function
136 cache_.PrintStats(); in PrintStats()
275 void PrintStats() const { in PrintStats() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h177 void PrintStats() { in PrintStats() function
178 primary_.PrintStats(); in PrintStats()
179 secondary_.PrintStats(); in PrintStats()
H A Dsanitizer_quarantine.h134 void PrintStats() const { in PrintStats() function
138 cache_.PrintStats(); in PrintStats()
277 void PrintStats() const { in PrintStats() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp323 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) { in PrintStats() function in fuzzer::Fuzzer
363 Corpus.PrintStats(); in PrintFinalStats()
435 PrintStats("RELOAD"); in RereadOutputCorpus()
443 PrintStats("pulse "); in PrintPulseAndReportSlowInput()
611 PrintStats(Text, ""); in PrintStatusForNewUnit()
790 PrintStats("INITED"); in ReadAndExecuteSeedCorpora()
844 PrintStats("DONE ", "\n"); in Loop()
H A DFuzzerInternal.h109 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h252 unsigned PrintStats : 1; variable
310 PrintStats(false), NoRetryExhausted(false), AnalyzerWerror(false) { in AnalyzerOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h102 void PrintStats() const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConsumer.h137 virtual void PrintStats() {} in PrintStats() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMultiplexConsumer.h73 void PrintStats() override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp162 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource
164 Sources[i]->PrintStats(); in PrintStats()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp1002 CI.getPreprocessor().PrintStats(); in EndSourceFile()
1003 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile()
1004 CI.getPreprocessor().getHeaderSearchInfo().PrintStats(); in EndSourceFile()
1005 CI.getSourceManager().PrintStats(); in EndSourceFile()
H A DMultiplexConsumer.cpp348 void MultiplexConsumer::PrintStats() { in PrintStats() function in MultiplexConsumer
350 Consumer->PrintStats(); in PrintStats()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc84 allocator.PrintStats(); in ~AtExit()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp849 void PrintStats() { in PrintStats() function
850 allocator.PrintStats(); in PrintStats()
851 quarantine.PrintStats(); in PrintStats()
951 instance.PrintStats(); in PrintInternalAllocatorStats()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc777 void PrintStats() { in PrintStats() function
778 allocator.PrintStats(); in PrintStats()
779 quarantine.PrintStats(); in PrintStats()
863 instance.PrintStats(); in PrintInternalAllocatorStats()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc775 void PrintStats() { in PrintStats() function
776 allocator.PrintStats(); in PrintStats()
777 quarantine.PrintStats(); in PrintStats()
861 instance.PrintStats(); in PrintInternalAllocatorStats()

123