Home
last modified time | relevance | path

Searched refs:thr_obj (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dpbase_type_info.cc34 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()
Dpmem_type_info.cc34 void **thr_obj, in __pointer_catch() argument
45 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
Dpointer_type_info.cc40 void **thr_obj, in __pointer_catch() argument
51 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
Dclass_type_info.cc34 void **thr_obj, in __do_catch() argument
42 return thr_type->__do_upcast (this, thr_obj); in __do_catch()
Dcxxabi.h313 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/
Dpy-infthread.c63 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()