Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_call.cc79 bool foreign_exception; in __cxa_call_unexpected() local
93 foreign_exception = false; in __cxa_call_unexpected()
96 foreign_exception = true; in __cxa_call_unexpected()
113 if (foreign_exception) in __cxa_call_unexpected()
121 if (foreign_exception) in __cxa_call_unexpected()
H A Deh_personality.cc369 bool foreign_exception; in PERSONALITY_FUNCTION() local
400 foreign_exception = false; in PERSONALITY_FUNCTION()
414 foreign_exception = !__is_gxx_exception_class(exception_class); in PERSONALITY_FUNCTION()
419 && !foreign_exception) in PERSONALITY_FUNCTION()
538 || foreign_exception) in PERSONALITY_FUNCTION()
616 if (!foreign_exception) in PERSONALITY_FUNCTION()
631 || foreign_exception) in PERSONALITY_FUNCTION()