HomeSort by relevance Sort by last modified time
    Searched defs:PrintStats (Results 1 - 24 of 24) sorted by null

  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 54 void PrintStats() {
55 Allocator.PrintStats();
56 Base.PrintStats();
Recycler.h 101 void PrintStats();
105 void Recycler<T, Size, Align>::PrintStats() {
Allocator.h 108 void PrintStats() const {}
280 void PrintStats() const {
  /external/sfntly/cpp/src/sample/subtly/
stats.cc 70 void PrintStats(FILE* out, Font* font) {
  /external/webrtc/webrtc/p2p/stunprober/
main.cc 65 void PrintStats(StunProber* prober) {
93 PrintStats(prober);
  /external/clang/include/clang/AST/
ASTConsumer.h 145 /// PrintStats - If desired, print any statistics.
146 virtual void PrintStats() {}
  /external/clang/lib/AST/
ExternalASTSource.cpp 64 void ExternalASTSource::PrintStats() { }
Stmt.cpp 62 void Stmt::PrintStats() {
    [all...]
DeclBase.cpp 136 void Decl::PrintStats() {
    [all...]
ASTContext.cpp 824 void ASTContext::PrintStats() const {
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc 373 void Channel::PrintStats(CodecInst& codecInst) {
  /external/clang/lib/Basic/
FileManager.cpp 554 void FileManager::PrintStats() const {
IdentifierTable.cpp 309 /// PrintStats - Print statistics about how well the identifier table is doing
311 void IdentifierTable::PrintStats() const {
337 HashTable.getAllocator().PrintStats();
SourceManager.cpp     [all...]
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 59 void PrintStats() override;
272 void ChainedIncludesSource::PrintStats() {
273 return getFinalReader().PrintStats();
MultiplexConsumer.cpp 347 void MultiplexConsumer::PrintStats() {
349 Consumer->PrintStats();
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 155 void MultiplexExternalSemaSource::PrintStats() {
157 Sources[i]->PrintStats();
Sema.cpp 344 void Sema::PrintStats() const {
348 BumpAlloc.PrintStats();
349 AnalysisWarnings.PrintStats();
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 115 void Fuzzer::PrintStats(const char *Where, const char *End) {
166 PrintStats("RELOAD");
178 PrintStats("READ ");
205 PrintStats("INITED");
221 PrintStats("pulse ");
321 PrintStats("NEW ", "");
445 PrintStats("DRILL ");
452 PrintStats("REINIT");
456 PrintStats("MERGE ");
466 PrintStats("MERGED")
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 248 void Preprocessor::PrintStats() {
    [all...]
HeaderSearch.cpp 79 void HeaderSearch::PrintStats() {
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 634 void PrintStats() {
635 allocator.PrintStats();
700 instance.PrintStats();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 413 void PrintStats() {
823 void PrintStats() {
    [all...]
  /external/v8/test/cctest/
test-strings.cc 632 static inline void PrintStats(const ConsStringGenerationData& data) {
665 PrintStats(data);
    [all...]

Completed in 1777 milliseconds