Searched refs:thr_obj (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/ |
| D | tinfo2.cc | 102 void **thr_obj, in __do_catch() argument 126 return __pointer_catch (thrown_type, thr_obj, outer); in __do_catch() 131 void **thr_obj, in __pointer_catch() argument 134 return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2); in __pointer_catch() 139 void **thr_obj, in __pointer_catch() argument 148 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch() 153 void **thr_obj, in __pointer_catch() argument 164 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
| D | tinfo.cc | 246 void **thr_obj, in __do_catch() argument 254 return thr_type->__do_upcast (this, thr_obj); in __do_catch()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| D | tinfo2.cc | 102 void **thr_obj, in __do_catch() argument 126 return __pointer_catch (thrown_type, thr_obj, outer); in __do_catch() 131 void **thr_obj, in __pointer_catch() argument 134 return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2); in __pointer_catch() 139 void **thr_obj, in __pointer_catch() argument 148 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch() 153 void **thr_obj, in __pointer_catch() argument 164 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
| D | tinfo.cc | 229 void **thr_obj, in __do_catch() argument 237 return thr_type->__do_upcast (this, thr_obj); in __do_catch()
|