Searched refs:found_handler (Results 1 – 4 of 4) sorted by relevance
139 bool found_handler = false; in handler() local151 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()
371 found_handler in PERSONALITY_FUNCTION() enumerator442 found_type = (landing_pad == 0 ? found_terminate : found_handler); in PERSONALITY_FUNCTION()639 found_type = found_handler; in PERSONALITY_FUNCTION()
1131 handler_type found_handler = check_action_record(context, &lsda, variable1135 if (found_handler == handler_catch)1162 handler_type found_handler = check_action_record(context, &lsda, variable1165 if (found_handler != handler_cleanup) { return continueUnwinding(exceptionObject, context); }