Lines Matching full:foreign
486 // Even for foreign exceptions, the exception object is *probably* at unwind_exception + 1
487 // Regardless, this library is prohibited from touching a foreign exception
527 1. Scan for handler with native or foreign exception. If handler found,
533 2. Scan for handler with foreign exception. Must return _URC_HANDLER_FOUND,
705 // Found catch (...) catches everything, including foreign exceptions
728 // catch a foreign exception
768 // Found an exception spec. If this is a foreign exception,
810 // foreign exception caught by exception spec
892 (will never catch foreign).
893 2. A catch (...) (will always catch foreign).
895 (will always catch foreign).
897 If not foreign
908 If foreign
1119 // Search for the catching handler again for the foreign exception.
1206 // If the old exception is foreign, then all we can do is terminate.