Home
last modified time | relevance | path

Searched refs:found_handler (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/tests/lib/libexecinfo/
H A Dt_sig_backtrace.c139 bool found_handler = false; in handler() local
151 if (!found_handler && in handler()
153 found_handler = true; in handler()
156 if (found_handler && !found_sigtramp && in handler()
174 ATF_REQUIRE(found_handler); in handler()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc371 found_handler in PERSONALITY_FUNCTION() enumerator
442 found_type = (landing_pad == 0 ? found_terminate : found_handler); in PERSONALITY_FUNCTION()
639 found_type = found_handler; in PERSONALITY_FUNCTION()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc371 found_handler in PERSONALITY_FUNCTION() enumerator
442 found_type = (landing_pad == 0 ? found_terminate : found_handler); in PERSONALITY_FUNCTION()
639 found_type = found_handler; in PERSONALITY_FUNCTION()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc1131 handler_type found_handler = check_action_record(context, &lsda, variable
1135 if (found_handler == handler_catch)
1162 handler_type found_handler = check_action_record(context, &lsda, variable
1165 if (found_handler != handler_cleanup) { return continueUnwinding(exceptionObject, context); }