Searched refs:thr_obj (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | pbase_type_info.cc | 34 void **thr_obj, in __do_catch() argument 46 *thr_obj = nullptr; in __do_catch() 55 *thr_obj = const_cast<pmf_type*>(&pmf); in __do_catch() 62 *thr_obj = const_cast<pm_type*>(&pm); in __do_catch() 100 return __pointer_catch (thrown_type, thr_obj, outer); in __do_catch()
|
| D | pmem_type_info.cc | 34 void **thr_obj, in __pointer_catch() argument 45 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
| D | pointer_type_info.cc | 40 void **thr_obj, in __pointer_catch() argument 51 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
| D | class_type_info.cc | 34 void **thr_obj, in __do_catch() argument 42 return thr_type->__do_upcast (this, thr_obj); in __do_catch()
|
| D | cxxabi.h | 313 void **thr_obj, in __pointer_catch() argument 316 return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2); in __pointer_catch()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-infthread.c | 63 thread_object *thr_obj = (thread_object *) self; in thpy_dealloc() local 65 gdb_assert (thr_obj->inf_obj != nullptr); in thpy_dealloc() 67 Py_DECREF (thr_obj->inf_obj); in thpy_dealloc() 68 Py_XDECREF (thr_obj->dict); in thpy_dealloc()
|