Home | History | Annotate | Download | only in src

Lines Matching refs:excpType

175               const __shim_type_info* excpType =
177 if (adjustedPtr == 0 || excpType == 0) {
183 if (dynamic_cast<const __pointer_type_info*>(excpType)) {
188 if (catchType->can_catch(excpType, adjustedPtr)) {
209 const std::type_info* excpType = header->exceptionType;
210 if (adjustedPtr == 0 || excpType == 0) {
217 ttypeEncoding, excpType,
316 const std::type_info* excpType,
337 static_cast<const __shim_type_info*>(excpType), tempPtr)) {
450 const std::type_info* excpType,
472 static_cast<const __shim_type_info*>(excpType), tempPtr)) {