/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | pmem_type_info.cc | 33 __pointer_catch (const __pbase_type_info *thr_type, in __pointer_catch() function in __cxxabiv1::__pointer_to_member_type_info 45 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
H A D | pointer_type_info.cc | 39 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() function in __cxxabiv1::__pointer_type_info 51 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
H A D | cxxabi.h | 307 __pointer_catch(const __pbase_type_info* __thr_type, void** __thr_obj, 312 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() function 338 __pointer_catch(const __pbase_type_info* __thr_type, void** __thr_obj, 367 __pointer_catch(const __pbase_type_info* __thr_type, void** __thr_obj,
|
H A D | pbase_type_info.cc | 100 return __pointer_catch (thrown_type, thr_obj, outer); in __do_catch()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | pmem_type_info.cc | 33 __pointer_catch (const __pbase_type_info *thr_type, in __pointer_catch() function in __cxxabiv1::__pointer_to_member_type_info 45 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
H A D | pointer_type_info.cc | 39 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() function in __cxxabiv1::__pointer_type_info 51 return __pbase_type_info::__pointer_catch (thrown_type, thr_obj, outer); in __pointer_catch()
|
H A D | cxxabi.h | 299 __pointer_catch(const __pbase_type_info* __thr_type, void** __thr_obj, 304 __pointer_catch (const __pbase_type_info *thrown_type, in __pointer_catch() function 330 __pointer_catch(const __pbase_type_info* __thr_type, void** __thr_obj, 359 __pointer_catch(const __pbase_type_info* __thr_type, void** __thr_obj,
|
H A D | pbase_type_info.cc | 100 return __pointer_catch (thrown_type, thr_obj, outer); in __do_catch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 1881 (__pbase_type_info::__pointer_catch): Likewise. 1882 (__pointer_type_info::__pointer_catch): Likewise. 1883 (__pointer_to_member_type_info::__pointer_catch): Likewise. 3669 (__pbase_type_info::__pointer_catch): Implement. 3670 (__pointer_type_info::__pointer_catch): Adjust. 3671 (__pointer_to_member_type_info::__pointer_catch): Adjust. 4579 (__pointer_type_info::__pointer_catch): New virtual function. 4584 (__pointer_to_member_type_info::__pointer_catch): Declare. 4592 __pointer_catch. Call it. 4593 (__pointer_type_info::__pointer_catch): Non-pointer-to-member [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2014 | 5604 * libsupc++/cxxabi.h: Define __pbase_type_info::__pointer_catch here. 5648 * libsupc++/cxxabi.h (class __pbase_type_info): __pointer_catch
|
H A D | ChangeLog-2002 | 1947 * libsupc++/tinfo2.cc (__pointer_catch): Change __context_class to
|