Home
last modified time | relevance | path

Searched refs:thrown_ptr_p (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/libsupc++/
Deh_arm.cc47 void** thrown_ptr_p) in __cxa_type_match() argument
54 void* thrown_ptr = *thrown_ptr_p; in __cxa_type_match()
65 *thrown_ptr_p = thrown_ptr; in __cxa_type_match()
Deh_personality.cc107 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
108 (__cxa_type_match (throw_type, catch_type, false, thrown_ptr_p) \
221 void **thrown_ptr_p) in get_adjusted_ptr() argument
223 void *thrown_ptr = *thrown_ptr_p; in get_adjusted_ptr()
234 *thrown_ptr_p = thrown_ptr; in get_adjusted_ptr()