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

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_arm.cc 47 bool foreign_exception local
58 else if (foreign_exception)
eh_call.cc 77 bool foreign_exception; local
91 foreign_exception = false;
94 foreign_exception = true;
111 if (foreign_exception)
119 if (foreign_exception)
eh_personality.cc 382 bool foreign_exception;
420 foreign_exception = false;
434 foreign_exception = !__is_gxx_exception_class(exception_class);
439 && !foreign_exception)
561 else if (!foreign_exception)
572 else if (foreign_exception)
626 && !foreign_exception)
660 if (!foreign_exception)
675 || foreign_exception)
381 bool foreign_exception; local
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_arm.cc 47 bool foreign_exception local
58 else if (foreign_exception)
eh_call.cc 75 bool foreign_exception; local
89 foreign_exception = false;
92 foreign_exception = true;
109 if (foreign_exception)
117 if (foreign_exception)
eh_personality.cc 382 bool foreign_exception;
420 foreign_exception = false;
434 foreign_exception = !__is_gxx_exception_class(exception_class);
439 && !foreign_exception)
561 else if (!foreign_exception)
572 else if (foreign_exception)
622 && !foreign_exception)
656 if (!foreign_exception)
671 || foreign_exception)
381 bool foreign_exception; local
  /src/external/gpl3/gcc/dist/libobjc/
exception.c 252 int saw_cleanup = 0, saw_handler, foreign_exception;
283 foreign_exception = 0;
297 foreign_exception = (exception_class != __objc_exception_class);
302 && !foreign_exception)
429 else if ((actions & _UA_FORCE_UNWIND) || foreign_exception)
467 if (!foreign_exception)
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;
283 foreign_exception = 0;
297 foreign_exception = (exception_class != __objc_exception_class);
302 && !foreign_exception)
429 else if ((actions & _UA_FORCE_UNWIND) || foreign_exception)
467 if (!foreign_exception)
250 int saw_cleanup = 0, saw_handler, foreign_exception; local

Completed in 41 milliseconds