Searched refs:thrown_ptr (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_arm.cc54 void* thrown_ptr = *thrown_ptr_p; local
61 thrown_ptr = *(void**) thrown_ptr;
63 if (catch_type->__do_catch(throw_type, &thrown_ptr, 1))
65 *thrown_ptr_p = thrown_ptr;
H A Deh_personality.cc116 void* thrown_ptr, _Unwind_Sword filter_value)
141 // thrown_ptr here.
142 if (get_adjusted_ptr(catch_type, throw_type, &thrown_ptr))
156 void* thrown_ptr,
164 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr;
224 void *thrown_ptr = *thrown_ptr_p;
231 thrown_ptr = *(void **) thrown_ptr;
233 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
235 *thrown_ptr_p = thrown_ptr;
114 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, void* thrown_ptr, _Unwind_Sword filter_value) argument
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
223 void *thrown_ptr = *thrown_ptr_p; local
244 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, void* thrown_ptr, _Unwind_Sword filter_value) 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
368 void* thrown_ptr = ue_header + 1; local
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc110 void *thrown_ptr = *thrown_ptr_p;
117 thrown_ptr = *(void **) thrown_ptr;
119 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
121 *thrown_ptr_p = thrown_ptr;
132 void *thrown_ptr, _Unwind_Sword filter_value)
154 // thrown_ptr here.
155 if (get_adjusted_ptr (catch_type, throw_type, &thrown_ptr))
204 void *thrown_ptr = xh + 1;
351 &thrown_ptr)))
109 void *thrown_ptr = *thrown_ptr_p; local
130 check_exception_spec(lsda_header_info *info, const std::type_info *throw_type, void *thrown_ptr, _Unwind_Sword filter_value) argument
203 void *thrown_ptr = xh + 1; local
[all...]

Completed in 86 milliseconds