HomeSort by: relevance | last modified time | path
    Searched defs:imp_count (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.h 309 extern GTY(()) int imp_count; /* `@implementation' */ variable
objc-act.cc 215 int imp_count = 0; /* `@implementation' */ variable
7254 imp_count++;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.h 305 extern GTY(()) int imp_count; /* `@implementation' */ variable
objc-act.cc 217 int imp_count = 0; /* `@implementation' */ variable
7256 imp_count++;

Completed in 41 milliseconds