Searched refs:foreign_exception (Results 1 – 8 of 8) sorted by relevance
75 bool foreign_exception; in __cxa_call_unexpected() local89 foreign_exception = false; in __cxa_call_unexpected()92 foreign_exception = true; in __cxa_call_unexpected()109 if (foreign_exception) in __cxa_call_unexpected()117 if (foreign_exception) in __cxa_call_unexpected()
381 bool foreign_exception; in PERSONALITY_FUNCTION() local419 foreign_exception = false; in PERSONALITY_FUNCTION()433 foreign_exception = !__is_gxx_exception_class(exception_class); in PERSONALITY_FUNCTION()438 && !foreign_exception) in PERSONALITY_FUNCTION()560 else if (!foreign_exception) in PERSONALITY_FUNCTION()571 else if (foreign_exception) in PERSONALITY_FUNCTION()621 && !foreign_exception) in PERSONALITY_FUNCTION()655 if (!foreign_exception) in PERSONALITY_FUNCTION()670 || foreign_exception) in PERSONALITY_FUNCTION()
47 bool foreign_exception in __cxa_type_match() local58 else if (foreign_exception) in __cxa_type_match()
250 int saw_cleanup = 0, saw_handler, foreign_exception; in PERSONALITY_FUNCTION() local281 foreign_exception = 0; in PERSONALITY_FUNCTION()295 foreign_exception = (exception_class != __objc_exception_class); in PERSONALITY_FUNCTION()300 && !foreign_exception) in PERSONALITY_FUNCTION()427 else if ((actions & _UA_FORCE_UNWIND) || foreign_exception) in PERSONALITY_FUNCTION()465 if (!foreign_exception) in PERSONALITY_FUNCTION()