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

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 int handler_switch_value,
166 = (_uw) handler_switch_value;
177 int& handler_switch_value,
181 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1];
282 int handler_switch_value,
289 xh->handlerSwitchValue = handler_switch_value;
304 int& handler_switch_value,
309 handler_switch_value = xh->handlerSwitchValue;
368 int handler_switch_value;
422 restore_caught_exception(ue_header, handler_switch_value,
153 save_caught_exception(struct _Unwind_Exception* ue_header, struct _Unwind_Context* context, void* thrown_ptr, int handler_switch_value, const unsigned char* language_specific_data, _Unwind_Ptr landing_pad, const unsigned char* action_record __attribute__((__unused__))) argument
175 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
277 save_caught_exception(struct _Unwind_Exception* ue_header, struct _Unwind_Context* context __attribute__((__unused__)), void* thrown_ptr, int handler_switch_value, const unsigned char* language_specific_data, _Unwind_Ptr landing_pad __attribute__((__unused__)), const unsigned char* action_record) argument
302 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
367 int handler_switch_value; local
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc203 int handler_switch_value;
214 handler_switch_value = xh->handlerSwitchValue;
234 handler_switch_value = 0;
382 handler_switch_value = ar_filter;
401 xh->handlerSwitchValue = handler_switch_value;
422 else if (handler_switch_value < 0)
440 if (handler_switch_value < 0)
450 handler_switch_value);
202 int handler_switch_value; local

Completed in 129 milliseconds