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

  /src/external/gpl3/gcc/dist/libobjc/
exception.c 252 int saw_cleanup = 0, saw_handler, foreign_exception;
394 saw_cleanup = 0;
407 saw_cleanup = 1;
423 saw_cleanup = 1;
457 if (! saw_handler && ! saw_cleanup)
482 if (saw_cleanup == 0)
490 __builtin_extend_pointer (saw_cleanup ? xh : return_object));
250 int saw_cleanup = 0, saw_handler, foreign_exception; local
  /src/external/gpl3/gcc.old/dist/libobjc/
exception.c 252 int saw_cleanup = 0, saw_handler, foreign_exception;
394 saw_cleanup = 0;
407 saw_cleanup = 1;
423 saw_cleanup = 1;
457 if (! saw_handler && ! saw_cleanup)
482 if (saw_cleanup == 0)
490 __builtin_extend_pointer (saw_cleanup ? xh : return_object));
250 int saw_cleanup = 0, saw_handler, foreign_exception; local
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_personality.cc 550 bool saw_cleanup = false;
594 saw_cleanup = true;
647 found_type = (saw_cleanup ? found_cleanup : found_nothing);
549 bool saw_cleanup = false; local
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_personality.cc 550 bool saw_cleanup = false;
594 saw_cleanup = true;
643 found_type = (saw_cleanup ? found_cleanup : found_nothing);
549 bool saw_cleanup = false; local

Completed in 37 milliseconds