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

/freebsd-9.3-release/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-9.3-release/contrib/libcxxrt/
H A Dexception.cc1106 handler_type found_handler = check_action_record(context, &lsda, variable
1110 if (found_handler == handler_catch)
1137 handler_type found_handler = check_action_record(context, &lsda, variable
1140 if (found_handler != handler_cleanup) { return continueUnwinding(exceptionObject, context); }

Completed in 101 milliseconds