Home
last modified time | relevance | path

Searched refs:thr_type (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dpbase_type_info.cc33 __do_catch (const type_info *thr_type, in __do_catch() argument
37 if (*this == *thr_type) in __do_catch()
41 if (*thr_type == typeid (nullptr)) in __do_catch()
68 if (typeid (*this) != typeid (*thr_type)) in __do_catch()
79 static_cast <const __pbase_type_info *> (thr_type); in __do_catch()
Dclass_type_info.cc33 __do_catch (const type_info *thr_type, in __do_catch() argument
37 if (*this == *thr_type) in __do_catch()
42 return thr_type->__do_upcast (this, thr_obj); in __do_catch()
Dpmem_type_info.cc33 __pointer_catch (const __pbase_type_info *thr_type, in __pointer_catch() argument
40 static_cast <const __pointer_to_member_type_info *> (thr_type); in __pointer_catch()
Dtinfo.cc77 __do_catch (const type_info *thr_type, void **, unsigned) const in __do_catch() argument
79 return *this == *thr_type; in __do_catch()