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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp409 list of catchType's which make up an exception spec.
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
453 const __shim_type_info* catchType = local
456 if (catchType->can_catch(excpType, tempPtr))
484 const __shim_type_info* catchType = get_shim_type_info(ttypeIndex, local
490 if (catchType->can_catch(excpType, tempPtr))
717 const __shim_type_info* catchType = local
721 if (catchType == 0)
758 if (catchType
[all...]

Completed in 95 milliseconds