/external/clang/lib/Parse/ |
D | ParseAST.cpp | 85 ASTContext &Ctx, bool PrintStats, in ParseAST() argument 96 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST() 99 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument 101 if (PrintStats) { in ParseAST() 107 bool OldCollectStats = PrintStats; in ParseAST() 154 if (PrintStats) { in ParseAST() 156 P.getActions().PrintStats(); in ParseAST() 157 S.getASTContext().PrintStats(); in ParseAST() 158 Decl::PrintStats(); in ParseAST() 159 Stmt::PrintStats(); in ParseAST() [all …]
|
/external/llvm/include/llvm/Support/ |
D | RecyclingAllocator.h | 54 void PrintStats() { in PrintStats() function 55 Allocator.PrintStats(); in PrintStats() 56 Base.PrintStats(); in PrintStats()
|
D | Recycler.h | 121 void PrintStats() {
|
D | Allocator.h | 108 void PrintStats() const {} in PrintStats() function 270 void PrintStats() const { in PrintStats() function
|
/external/clang/include/clang/Parse/ |
D | ParseAST.h | 37 ASTContext &Ctx, bool PrintStats = false, 44 void ParseAST(Sema &S, bool PrintStats = false,
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 75 void Fuzzer::PrintStats(const char *Where, size_t Cov, const char *End) { in PrintStats() function in fuzzer::Fuzzer 96 PrintStats("READ ", 0); in ShuffleAndMinimize() 121 PrintStats("INITED", MaxCov); in ShuffleAndMinimize() 230 PrintStats("pulse ", NewCoverage); in RunOneMaximizeTotalCoverage() 271 PrintStats("NEW ", NewCoverage, ""); in MutateAndTestOne()
|
D | FuzzerInternal.h | 95 void PrintStats(const char *Where, size_t Cov, const char *End = "\n");
|
/external/lldb/source/Expression/ |
D | ASTStructExtractor.cpp | 196 ASTStructExtractor::PrintStats() in PrintStats() function in ASTStructExtractor 199 m_passthrough->PrintStats(); in PrintStats()
|
D | ASTResultSynthesizer.cpp | 490 ASTResultSynthesizer::PrintStats() in PrintStats() function in ASTResultSynthesizer 493 m_passthrough->PrintStats(); in PrintStats()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 171 unsigned PrintStats : 1; variable 528 PrintStats(0), in AnalyzerOptions()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | stats.h | 37 void PrintStats(FILE* out, Font* font);
|
D | stats.cc | 70 void PrintStats(FILE* out, Font* font) { in PrintStats() function
|
/external/clang/lib/Frontend/ |
D | ChainedIncludesSource.cpp | 59 void PrintStats() override; 266 void ChainedIncludesSource::PrintStats() { in PrintStats() function in ChainedIncludesSource 267 return getFinalReader().PrintStats(); in PrintStats()
|
D | FrontendAction.cpp | 486 CI.getPreprocessor().PrintStats(); in EndSourceFile() 487 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile() 488 CI.getPreprocessor().getHeaderSearchInfo().PrintStats(); in EndSourceFile() 489 CI.getSourceManager().PrintStats(); in EndSourceFile()
|
D | MultiplexConsumer.cpp | 322 void MultiplexConsumer::PrintStats() { in PrintStats() function in MultiplexConsumer 324 Consumer->PrintStats(); in PrintStats()
|
/external/lldb/include/lldb/Expression/ |
D | ASTStructExtractor.h | 107 void PrintStats();
|
D | ASTResultSynthesizer.h | 99 void PrintStats();
|
/external/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 98 void PrintStats() const;
|
/external/v8/src/ |
D | hydrogen-check-elimination.h | 49 void PrintStats();
|
/external/clang/include/clang/AST/ |
D | ASTConsumer.h | 146 virtual void PrintStats() {} in PrintStats() function
|
/external/clang/include/clang/Frontend/ |
D | MultiplexConsumer.h | 55 void PrintStats() override;
|
/external/clang/lib/AST/ |
D | ExternalASTSource.cpp | 43 void ExternalASTSource::PrintStats() { } in PrintStats() function in ExternalASTSource
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 159 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource 161 Sources[i]->PrintStats(); in PrintStats()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 413 void PrintStats() { in PrintStats() function 822 void PrintStats() { in PrintStats() function 1186 void PrintStats() { in PrintStats() function 1413 void PrintStats() { in PrintStats() function 1414 primary_.PrintStats(); in PrintStats() 1415 secondary_.PrintStats(); in PrintStats()
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 287 void PrintStats() const;
|