Searched refs:PrintStats (Results 1 - 25 of 60) sorted by relevance

123

/external/clang/include/clang/Parse/
H A DParseAST.h37 ASTContext &Ctx, bool PrintStats = false,
44 void ParseAST(Sema &S, bool PrintStats = false,
/external/clang/lib/Parse/
H A DParseAST.cpp99 ASTContext &Ctx, bool PrintStats,
110 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
113 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { argument
115 if (PrintStats) {
121 bool OldCollectStats = PrintStats;
170 if (PrintStats) {
172 P.getActions().PrintStats();
173 S.getASTContext().PrintStats();
174 Decl::PrintStats();
175 Stmt::PrintStats();
98 ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, TranslationUnitKind TUKind, CodeCompleteConsumer *CompletionConsumer, bool SkipFunctionBodies) argument
[all...]
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.h37 void PrintStats(FILE* out, Font* font);
H A Dstats.cc70 void PrintStats(FILE* out, Font* font) { function in namespace:subtly
/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h54 void PrintStats() { function in class:llvm::RecyclingAllocator
55 Allocator.PrintStats();
56 Base.PrintStats();
H A DRecycler.h101 void PrintStats();
105 void Recycler<T, Size, Align>::PrintStats() { function in class:llvm::Recycler
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DRecyclingAllocator.h54 void PrintStats() { Base.PrintStats(); } function in class:llvm::RecyclingAllocator
H A DAllocator.h48 void PrintStats() const {} function in class:llvm::MallocAllocator
179 void PrintStats() const;
H A DRecycler.h110 void PrintStats() { function in class:llvm::Recycler
/external/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h98 void PrintStats() const;
H A DMultiplexExternalSemaSource.h148 void PrintStats() override;
/external/webrtc/webrtc/p2p/stunprober/
H A Dmain.cc65 void PrintStats(StunProber* prober) { function in namespace:__anon24912
93 PrintStats(prober);
/external/clang/include/clang/AST/
H A DASTConsumer.h134 /// PrintStats - If desired, print any statistics.
135 virtual void PrintStats() {} function in class:clang::ASTConsumer
/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h52 void PrintStats() override;
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.h49 void PrintStats();
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h171 unsigned PrintStats : 1;
552 PrintStats(0),
/external/webrtc/webrtc/modules/audio_coding/test/
H A DChannel.h70 void PrintStats(CodecInst& codecInst);
H A DiSACTest.cc261 _channel_A2B->PrintStats(_paramISAC32kHz);
264 _channel_B2A->PrintStats(_paramISAC16kHz);
/external/llvm/lib/Fuzzer/
H A DFuzzerLoop.cpp264 void Fuzzer::PrintStats(const char *Where, const char *End) { function in class:fuzzer::Fuzzer
338 PrintStats("RELOAD");
372 PrintStats("READ ");
397 PrintStats("INITED");
434 PrintStats("pulse ");
524 PrintStats("NEW ", "");
564 PrintStats(Stat);
705 PrintStats("DRILL ");
712 PrintStats("REINIT");
716 PrintStats("MERG
[all...]
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp59 void PrintStats() override;
272 void ChainedIncludesSource::PrintStats() { function in class:ChainedIncludesSource
273 return getFinalReader().PrintStats();
H A DFrontendAction.cpp502 CI.getPreprocessor().PrintStats();
503 CI.getPreprocessor().getIdentifierTable().PrintStats();
504 CI.getPreprocessor().getHeaderSearchInfo().PrintStats();
505 CI.getSourceManager().PrintStats();
H A DMultiplexConsumer.cpp350 void MultiplexConsumer::PrintStats() { function in class:MultiplexConsumer
352 Consumer->PrintStats();
/external/clang/lib/AST/
H A DExternalASTSource.cpp64 void ExternalASTSource::PrintStats() { } function in class:ExternalASTSource
/external/clang/include/clang/Basic/
H A DFileManager.h285 void PrintStats() const;
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAllocator.cpp147 void BumpPtrAllocator::PrintStats() const { function in class:llvm::BumpPtrAllocator

Completed in 443 milliseconds

123