Searched refs:thrown_ptr_p (Results 1 – 2 of 2) sorted by relevance
47 void** thrown_ptr_p) in __cxa_type_match() argument54 void* thrown_ptr = *thrown_ptr_p; in __cxa_type_match()65 *thrown_ptr_p = thrown_ptr; in __cxa_type_match()
107 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument108 (__cxa_type_match (throw_type, catch_type, false, thrown_ptr_p) \221 void **thrown_ptr_p) in get_adjusted_ptr() argument223 void *thrown_ptr = *thrown_ptr_p; in get_adjusted_ptr()234 *thrown_ptr_p = thrown_ptr; in get_adjusted_ptr()