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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp408 This is checking a thrown exception type, excpType, against a possibly empty
412 handler" will catch an excpType if and only if none of the catchType's in
413 the list will catch a excpType. If any catchType in the list can catch an
414 excpType, then this exception spec does not catch the excpType.
420 uint8_t ttypeEncoding, const __shim_type_info* excpType,
441 // If any type in the spec list can catch excpType, return false, else return true
456 if (catchType->can_catch(excpType, tempPtr))
465 uint8_t ttypeEncoding, const __shim_type_info* excpType,
477 // If any type in the spec list can catch excpType, retur
419 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, const __shim_type_info* excpType, void* adjustedPtr, _Unwind_Exception* unwind_exception) argument
464 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, uint8_t ttypeEncoding, const __shim_type_info* excpType, void* adjustedPtr, _Unwind_Exception* unwind_exception) argument
751 const __shim_type_info* excpType = local
793 const __shim_type_info* excpType = local
[all...]

Completed in 98 milliseconds