Lines Matching full:exceptions
355 This routine can catch foreign or native exceptions. If native, the exception
361 * Push the exception on the stack of currently-caught exceptions if it is not
373 * Push the exception on the stack of currently-caught exceptions only if the
475 // Remove from the chain of uncaught exceptions
488 // Remove from the chain of uncaught exceptions
491 // between dependent and primary exceptions
522 // However watch out for foreign exceptions. Return null for them.
527 return NULL; // If there have never been any exceptions, there are none now.
536 // 2.5.4 Rethrowing Exceptions
537 /* This routine can rethrow native or foreign exceptions.
636 been no exceptions thrown, ever, on this thread, we can return NULL without
689 // __cxa_current_primary_exception returns NULL for foreign exceptions
718 // This does not report foreign exceptions in flight