Home | History | Annotate | Download | only in src

Lines Matching defs:excpType

393     This is checking a thrown exception type, excpType, against a possibly empty
397 handler" will catch an excpType if and only if none of the catchType's in
398 the list will catch a excpType. If any catchType in the list can catch an
399 excpType, then this exception spec does not catch the excpType.
405 uint8_t ttypeEncoding, const __shim_type_info* excpType,
423 // If any type in the spec list can catch excpType, return false, else return true
438 if (catchType->can_catch(excpType, tempPtr))
447 uint8_t ttypeEncoding, const __shim_type_info* excpType,
459 // If any type in the spec list can catch excpType, return false, else return true
472 if (catchType->can_catch(excpType, tempPtr))
730 const __shim_type_info* excpType =
732 if (adjustedPtr == 0 || excpType == 0)
737 if (catchType->can_catch(excpType, adjustedPtr))
772 const __shim_type_info* excpType =
774 excpType == 0)
780 ttypeEncoding, excpType,
1269 const __shim_type_info* excpType =
1276 excpType, adjustedPtr, unwind_exception))
1300 const __shim_type_info* excpType =
1305 excpType, adjustedPtr, unwind_exception))