Home
last modified time | relevance | path

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

123

/external/clang/lib/Parse/
DParseAST.cpp99 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/
DRecyclingAllocator.h54 void PrintStats() { in PrintStats() function
55 Allocator.PrintStats(); in PrintStats()
56 Base.PrintStats(); in PrintStats()
DRecycler.h101 void PrintStats();
105 void Recycler<T, Size, Align>::PrintStats() { in PrintStats() function
DAllocator.h108 void PrintStats() const {} in PrintStats() function
283 void PrintStats() const { in PrintStats() function
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp264 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/
DParseAST.h37 ASTContext &Ctx, bool PrintStats = false,
44 void ParseAST(Sema &S, bool PrintStats = false,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRecyclingAllocator.h54 void PrintStats() { Base.PrintStats(); } in PrintStats() function
DAllocator.h48 void PrintStats() const {}
179 void PrintStats() const;
DRecycler.h110 void PrintStats() {
/external/webrtc/webrtc/p2p/stunprober/
Dmain.cc65 void PrintStats(StunProber* prober) { in PrintStats() function
93 PrintStats(prober); in StopTrial()
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h171 unsigned PrintStats : 1; variable
552 PrintStats(0), in AnalyzerOptions()
/external/sfntly/cpp/src/sample/subtly/
Dstats.h37 void PrintStats(FILE* out, Font* font);
Dstats.cc70 void PrintStats(FILE* out, Font* font) { in PrintStats() function
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp59 void PrintStats() override;
272 void ChainedIncludesSource::PrintStats() { in PrintStats() function in ChainedIncludesSource
273 return getFinalReader().PrintStats(); in PrintStats()
DFrontendAction.cpp502 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/
DAnalysisBasedWarnings.h98 void PrintStats() const;
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.h49 void PrintStats();
/external/clang/include/clang/AST/
DASTConsumer.h135 virtual void PrintStats() {} in PrintStats() function
/external/clang/include/clang/Frontend/
DMultiplexConsumer.h52 void PrintStats() override;
/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.h70 void PrintStats(CodecInst& codecInst);
DiSACTest.cc261 _channel_A2B->PrintStats(_paramISAC32kHz); in EncodeDecode()
264 _channel_B2A->PrintStats(_paramISAC16kHz); in EncodeDecode()
/external/clang/lib/AST/
DExternalASTSource.cpp64 void ExternalASTSource::PrintStats() { } in PrintStats() function in ExternalASTSource
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h110 void PrintStats() const {} in PrintStats() function
286 void PrintStats() const { in PrintStats() function
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp155 void MultiplexExternalSemaSource::PrintStats() { in PrintStats() function in MultiplexExternalSemaSource
157 Sources[i]->PrintStats(); in PrintStats()
/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp147 void BumpPtrAllocator::PrintStats() const { in PrintStats() function in llvm::BumpPtrAllocator

123