HomeSort by relevance Sort by last modified time
    Searched full:printstats (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/clang/lib/Parse/
ParseAST.cpp 39 ASTContext &Ctx, bool PrintStats,
51 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
54 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
56 if (PrintStats) {
62 bool OldCollectStats = PrintStats;
111 if (PrintStats) {
113 P.getActions().PrintStats();
114 S.getASTContext().PrintStats();
115 Decl::PrintStats();
116 Stmt::PrintStats();
    [all...]
  /external/clang/include/clang/Parse/
ParseAST.h 37 ASTContext &Ctx, bool PrintStats = false,
44 void ParseAST(Sema &S, bool PrintStats = false,
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 54 void PrintStats() { Base.PrintStats(); }
Allocator.h 48 void PrintStats() const {}
179 void PrintStats() const;
Recycler.h 111 void PrintStats() {
  /external/clang/include/clang/Frontend/
AnalyzerOptions.h 101 unsigned PrintStats : 1;
126 PrintStats = 0;
MultiplexConsumer.h 49 virtual void PrintStats();
ChainedIncludesSource.h 57 virtual void PrintStats();
  /external/clang/lib/AST/
ExternalASTSource.cpp 23 void ExternalASTSource::PrintStats() { }
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
fixit.l 99 "printstats" printf("prtstats");
unfixit.l 102 "prtstats" printf("printstats");
  /external/clang/include/clang/AST/
ASTConsumer.h 119 /// PrintStats - If desired, print any statistics.
120 virtual void PrintStats() {}
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 97 void PrintStats() const;
  /external/clang/lib/Frontend/
FrontendAction.cpp 371 CI.getPreprocessor().PrintStats();
372 CI.getPreprocessor().getIdentifierTable().PrintStats();
373 CI.getPreprocessor().getHeaderSearchInfo().PrintStats();
374 CI.getSourceManager().PrintStats();
ChainedIncludesSource.cpp 214 void ChainedIncludesSource::PrintStats() {
215 return getFinalReader().PrintStats();
MultiplexConsumer.cpp 261 void MultiplexConsumer::PrintStats() {
263 Consumers[i]->PrintStats();
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 56 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
405 if ( printstats )
430 if ( printstats )
590 printstats = syntaxerror = trace = spprdflt = caseins = false;
792 printstats = true;
  /external/llvm/lib/Support/
Allocator.cpp 147 void BumpPtrAllocator::PrintStats() const {
  /external/quake/quake/src/WinQuake/
net_dgrm.cpp 468 void PrintStats(qsocket_t *s)
496 PrintStats(s);
498 PrintStats(s);
511 PrintStats(s);
    [all...]
  /external/v8/src/
global-handles.h 234 void PrintStats();
  /gdk/samples/quake/jni/
net_dgrm.cpp 468 void PrintStats(qsocket_t *s)
496 PrintStats(s);
498 PrintStats(s);
511 PrintStats(s);
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 247 /// PrintStats - Print statistics about how well the identifier table is doing
249 void IdentifierTable::PrintStats() const {
275 HashTable.getAllocator().PrintStats();
  /frameworks/base/core/java/android/database/
CursorWindow.java 105 (sCursorWindowSize / 1024) + " kb failed. " + printStats());
722 Log.i(STATS_TAG, "Created a new Cursor. " + printStats());
737 private String printStats() {
  /external/clang/include/clang/Basic/
FileManager.h 229 void PrintStats() const;
  /external/valgrind/tsan/
ts_stats.h 86 void PrintStats() {

Completed in 2437 milliseconds

1 2 3