Searched refs:thr_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dpbase_type_info.cc35 __do_catch (const type_info *thr_type, argument
39 if (*this == *thr_type)
43 if (typeid (*this) != typeid (*thr_type))
54 static_cast <const __pbase_type_info *> (thr_type);
H A Dpmem_type_info.cc34 __pointer_catch (const __pbase_type_info *thr_type, argument
39 // thr_type is really a __pointer_to_member_type_info.
41 static_cast <const __pointer_to_member_type_info *> (thr_type);
H A Dtinfo.cc69 __do_catch (const type_info *thr_type, void **, unsigned) const argument
71 return *this == *thr_type;
H A Dclass_type_info.cc34 __do_catch (const type_info *thr_type, argument
38 if (*this == *thr_type)
43 return thr_type->__do_upcast (this, thr_obj);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Dtinfo2.cc101 __do_catch (const type_info *thr_type, argument
105 if (*this == *thr_type)
107 if (typeid (*this) != typeid (*thr_type))
117 static_cast <const __pbase_type_info *> (thr_type);
152 __pointer_catch (const __pbase_type_info *thr_type, argument
157 // thr_type is really a __pointer_to_member_type_info.
159 static_cast <const __pointer_to_member_type_info *> (thr_type);
H A Dtinfo.cc76 __do_catch (const type_info *thr_type, void **, unsigned) const argument
78 return *this == *thr_type;
232 __do_catch (const type_info *thr_type, argument
236 if (*this == *thr_type)
241 return thr_type->__do_upcast (this, thr_obj);

Completed in 66 milliseconds