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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc147 } handler_type; typedef in typeref:enum:__anon1662
946 static handler_type check_action_record(_Unwind_Context *context,
954 handler_type found = handler_none;
966 std::type_info *handler_type = get_type_info_entry(context, lsda, filter); local
967 if (check_type_signature(ex, handler_type, adjustedPtr))
979 std::type_info *handler_type = get_type_info_entry(context, lsda, filter--); local
980 while (handler_type)
982 if (check_type_signature(ex, handler_type, adjustedPtr))
987 handler_type = get_type_info_entry(context, lsda, filter--);
993 std::type_info *handler_type local
[all...]

Completed in 68 milliseconds