Home
last modified time | relevance | path

Searched refs:foreign_exception (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_call.cc75 bool foreign_exception; in __cxa_call_unexpected() local
89 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()
H A Deh_personality.cc381 bool foreign_exception; in PERSONALITY_FUNCTION() local
419 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()
H A Deh_arm.cc47 bool foreign_exception in __cxa_type_match() local
58 else if (foreign_exception) in __cxa_type_match()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_call.cc75 bool foreign_exception; in __cxa_call_unexpected() local
89 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()
H A Deh_personality.cc381 bool foreign_exception; in PERSONALITY_FUNCTION() local
419 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()
H A Deh_arm.cc47 bool foreign_exception in __cxa_type_match() local
58 else if (foreign_exception) in __cxa_type_match()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dexception.c250 int saw_cleanup = 0, saw_handler, foreign_exception; in PERSONALITY_FUNCTION() local
281 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()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dexception.c250 int saw_cleanup = 0, saw_handler, foreign_exception; in PERSONALITY_FUNCTION() local
281 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()