/external/clang/lib/Parse/ |
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() 171 if (PrintStats) { in ParseAST() 173 P.getActions().PrintStats(); in ParseAST() 174 S.getASTContext().PrintStats(); in ParseAST() 175 Decl::PrintStats(); in ParseAST() 176 Stmt::PrintStats(); in ParseAST() [all …]
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 115 void Fuzzer::PrintStats(const char *Where, const char *End) { in PrintStats() function in fuzzer::Fuzzer 166 PrintStats("RELOAD"); in RereadOutputCorpus() 178 PrintStats("READ "); in ShuffleAndMinimize() 205 PrintStats("INITED"); in ShuffleAndMinimize() 221 PrintStats("pulse "); in RunOne() 321 PrintStats("NEW ", ""); in PrintStatusForNewUnit() 445 PrintStats("DRILL "); in Drill() 452 PrintStats("REINIT"); in Drill() 456 PrintStats("MERGE "); in Drill() 466 PrintStats("MERGED"); in Drill() [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 | 101 void PrintStats(); 105 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
|
D | Allocator.h | 108 void PrintStats() const {} in PrintStats() function 280 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/webrtc/webrtc/p2p/stunprober/ |
D | main.cc | 65 void PrintStats(StunProber* prober) { in PrintStats() function 93 PrintStats(prober); in StopTrial()
|
/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 552 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; 272 void ChainedIncludesSource::PrintStats() { in PrintStats() function in ChainedIncludesSource 273 return getFinalReader().PrintStats(); in PrintStats()
|
D | FrontendAction.cpp | 484 CI.getPreprocessor().PrintStats(); in EndSourceFile() 485 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile() 486 CI.getPreprocessor().getHeaderSearchInfo().PrintStats(); in EndSourceFile() 487 CI.getSourceManager().PrintStats(); in EndSourceFile()
|
/external/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 98 void PrintStats() const;
|
D | MultiplexExternalSemaSource.h | 148 void PrintStats() override;
|
/external/lldb/include/lldb/Expression/ |
D | ASTStructExtractor.h | 107 void PrintStats();
|
D | ASTResultSynthesizer.h | 99 void PrintStats();
|
/external/v8/src/crankshaft/ |
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/webrtc/webrtc/modules/audio_coding/test/ |
D | Channel.h | 70 void PrintStats(CodecInst& codecInst);
|
D | iSACTest.cc | 261 _channel_A2B->PrintStats(_paramISAC32kHz); in EncodeDecode() 264 _channel_B2A->PrintStats(_paramISAC16kHz); in EncodeDecode()
|
/external/clang/lib/AST/ |
D | ExternalASTSource.cpp | 64 void ExternalASTSource::PrintStats() { } in PrintStats() function in ExternalASTSource
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 155 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource 157 Sources[i]->PrintStats(); in PrintStats()
|