/external/clang/lib/Parse/ |
D | ParseAST.cpp | 99 ASTContext &Ctx, bool PrintStats, in ParseAST() argument 110 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST() 113 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument 115 if (PrintStats) { in ParseAST() 121 bool OldCollectStats = PrintStats; in ParseAST() 170 if (PrintStats) { in ParseAST() 172 P.getActions().PrintStats(); in ParseAST() 173 S.getASTContext().PrintStats(); in ParseAST() 174 Decl::PrintStats(); in ParseAST() 175 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 | 101 void PrintStats(); 105 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
|
D | Allocator.h | 108 void PrintStats() const {} in PrintStats() function 283 void PrintStats() const { in PrintStats() function
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 264 void Fuzzer::PrintStats(const char *Where, const char *End) { in PrintStats() function in fuzzer::Fuzzer 338 PrintStats("RELOAD"); in RereadOutputCorpus() 372 PrintStats("READ "); in ShuffleAndMinimize() 397 PrintStats("INITED"); in ShuffleAndMinimize() 434 PrintStats("pulse "); in RunOne() 524 PrintStats("NEW ", ""); in PrintStatusForNewUnit() 564 PrintStats(Stat); in FindExtraUnits() 705 PrintStats("DRILL "); in Drill() 712 PrintStats("REINIT"); in Drill() 716 PrintStats("MERGE "); in Drill() [all …]
|
/external/clang/include/clang/Parse/ |
D | ParseAST.h | 37 ASTContext &Ctx, bool PrintStats = false, 44 void ParseAST(Sema &S, bool PrintStats = false,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | RecyclingAllocator.h | 54 void PrintStats() { Base.PrintStats(); } in PrintStats() function
|
D | Allocator.h | 48 void PrintStats() const {} 179 void PrintStats() const;
|
D | Recycler.h | 110 void PrintStats() {
|
/external/webrtc/webrtc/p2p/stunprober/ |
D | main.cc | 65 void PrintStats(StunProber* prober) { in PrintStats() function 93 PrintStats(prober); in StopTrial()
|
/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 | 502 CI.getPreprocessor().PrintStats(); in EndSourceFile() 503 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile() 504 CI.getPreprocessor().getHeaderSearchInfo().PrintStats(); in EndSourceFile() 505 CI.getSourceManager().PrintStats(); in EndSourceFile()
|
/external/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 98 void PrintStats() const;
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.h | 49 void PrintStats();
|
/external/clang/include/clang/AST/ |
D | ASTConsumer.h | 135 virtual void PrintStats() {} in PrintStats() function
|
/external/clang/include/clang/Frontend/ |
D | MultiplexConsumer.h | 52 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 110 void PrintStats() const {} in PrintStats() function 286 void PrintStats() const { in PrintStats() function
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 155 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource 157 Sources[i]->PrintStats(); in PrintStats()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Allocator.cpp | 147 void BumpPtrAllocator::PrintStats() const { in PrintStats() function in llvm::BumpPtrAllocator
|