| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 100 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 D | RecyclingAllocator.h | 53 void PrintStats() { in PrintStats() function 54 Allocator.PrintStats(); in PrintStats() 55 Base.PrintStats(); in PrintStats()
|
| H A D | Recycler.h | 102 void PrintStats(); 106 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
|
| H A D | AllocatorBase.h | 98 void PrintStats() const {} in PrintStats() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | ParseAST.h | 39 ASTContext &Ctx, bool PrintStats = false, 46 void ParseAST(Sema &S, bool PrintStats = false,
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_allocator_combined.h | 171 void PrintStats() { in PrintStats() function 172 primary_.PrintStats(); in PrintStats() 173 secondary_.PrintStats(); in PrintStats()
|
| H A D | sanitizer_quarantine.h | 133 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 D | sanitizer_allocator_combined.h | 166 void PrintStats() { in PrintStats() function 167 primary_.PrintStats(); in PrintStats() 168 secondary_.PrintStats(); in PrintStats()
|
| H A D | sanitizer_quarantine.h | 132 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 D | sanitizer_allocator_combined.h | 177 void PrintStats() { in PrintStats() function 178 primary_.PrintStats(); in PrintStats() 179 secondary_.PrintStats(); in PrintStats()
|
| H A D | sanitizer_quarantine.h | 134 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 D | FuzzerLoop.cpp | 323 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 D | FuzzerInternal.h | 109 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 D | AnalyzerOptions.h | 252 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 D | AnalysisBasedWarnings.h | 102 void PrintStats() const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 137 virtual void PrintStats() {} in PrintStats() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExternalASTSource.cpp | 61 void ExternalASTSource::PrintStats() {} in PrintStats() function in ExternalASTSource
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | MultiplexConsumer.h | 73 void PrintStats() override;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 162 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 D | FrontendAction.cpp | 1002 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 D | MultiplexConsumer.cpp | 348 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 D | sanitizer_allocator_testlib.cc | 84 allocator.PrintStats(); in ~AtExit()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_allocator.cpp | 849 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 D | asan_allocator.cc | 777 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 D | asan_allocator.cc | 775 void PrintStats() { in PrintStats() function 776 allocator.PrintStats(); in PrintStats() 777 quarantine.PrintStats(); in PrintStats() 861 instance.PrintStats(); in PrintInternalAllocatorStats()
|