Home | History | Annotate | Download | only in src

Lines Matching defs:excpType

397     This is checking a thrown exception type, excpType, against a possibly empty
401 handler" will catch an excpType if and only if none of the catchType's in
402 the list will catch a excpType. If any catchType in the list can catch an
403 excpType, then this exception spec does not catch the excpType.
409 uint8_t ttypeEncoding, const __shim_type_info* excpType,
427 // If any type in the spec list can catch excpType, return false, else return true
442 if (catchType->can_catch(excpType, tempPtr))
451 uint8_t ttypeEncoding, const __shim_type_info* excpType,
463 // If any type in the spec list can catch excpType, return false, else return true
476 if (catchType->can_catch(excpType, tempPtr))
737 const __shim_type_info* excpType =
739 if (adjustedPtr == 0 || excpType == 0)
744 if (catchType->can_catch(excpType, adjustedPtr))
779 const __shim_type_info* excpType =
781 if (adjustedPtr == 0 || excpType == 0)
787 ttypeEncoding, excpType,
1246 const __shim_type_info* excpType =
1253 excpType, adjustedPtr, unwind_exception))
1277 const __shim_type_info* excpType =
1282 excpType, adjustedPtr, unwind_exception))