Home | History | Annotate | Download | only in src

Lines Matching defs:excpType

400     This is checking a thrown exception type, excpType, against a possibly empty
404 handler" will catch an excpType if and only if none of the catchType's in
405 the list will catch a excpType. If any catchType in the list can catch an
406 excpType, then this exception spec does not catch the excpType.
412 uint8_t ttypeEncoding, const __shim_type_info* excpType,
433 // If any type in the spec list can catch excpType, return false, else return true
448 if (catchType->can_catch(excpType, tempPtr))
457 uint8_t ttypeEncoding, const __shim_type_info* excpType,
469 // If any type in the spec list can catch excpType, return false, else return true
482 if (catchType->can_catch(excpType, tempPtr))
743 const __shim_type_info* excpType =
745 if (adjustedPtr == 0 || excpType == 0)
750 if (catchType->can_catch(excpType, adjustedPtr))
785 const __shim_type_info* excpType =
787 if (adjustedPtr == 0 || excpType == 0)
793 ttypeEncoding, excpType,
1252 const __shim_type_info* excpType =
1259 excpType, adjustedPtr, unwind_exception))
1283 const __shim_type_info* excpType =
1288 excpType, adjustedPtr, unwind_exception))