Home
last modified time | relevance | path

Searched refs:handler_type (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/libcxxrt/
HDexception.cc147 } handler_type; typedef
956 static handler_type check_action_record(_Unwind_Context *context, in check_action_record()
964 handler_type found = handler_none; in check_action_record()
976 std::type_info *handler_type = get_type_info_entry(context, lsda, filter); in check_action_record() local
977 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record()
989 std::type_info *handler_type = get_type_info_entry(context, lsda, filter--); in check_action_record() local
990 while (handler_type) in check_action_record()
992 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record()
997 handler_type = get_type_info_entry(context, lsda, filter--); in check_action_record()
1003 std::type_info *handler_type = get_type_info_entry(context, lsda, *(type_index++)); in check_action_record() local
[all …]