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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 62 static unsigned int should_call_super_dealloc = 0; variable
5544 should_call_super_dealloc = 0;
8565 should_call_super_dealloc = 1;
8567 should_call_super_dealloc = 0;
9108 if (should_call_super_dealloc)
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 62 static unsigned int should_call_super_dealloc = 0; variable
5546 should_call_super_dealloc = 0;
8567 should_call_super_dealloc = 1;
8569 should_call_super_dealloc = 0;
9110 if (should_call_super_dealloc)

Completed in 31 milliseconds