Searched refs:found_handler (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc360 found_handler
424 found_type = (landing_pad == 0 ? found_terminate : found_handler);
601 found_type = found_handler;
359 found_handler enumerator in enum:__cxxabiv1::found_handler_type
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc1151 handler_type found_handler = check_action_record(context, &lsda, variable
1155 if (found_handler == handler_catch)
1182 handler_type found_handler = check_action_record(context, &lsda, variable
1185 if (found_handler != handler_cleanup) { return continueUnwinding(exceptionObject, context); }

Completed in 333 milliseconds