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

/freebsd-11.0-release/contrib/libstdc++/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...]

Completed in 162 milliseconds