Searched refs:handler_type (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/libcxxrt/ |
| H A D | exception.cc | 148 } handler_type; typedef 1015 static handler_type check_action_record(_Unwind_Context *context, in check_action_record() 1023 handler_type found = handler_none; in check_action_record() 1035 std::type_info *handler_type = get_type_info_entry(context, lsda, filter); in check_action_record() local 1036 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record() 1048 std::type_info *handler_type = get_type_info_entry(context, lsda, filter--); in check_action_record() local 1049 while (handler_type) in check_action_record() 1051 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record() 1056 handler_type = get_type_info_entry(context, lsda, filter--); in check_action_record() 1062 std::type_info *handler_type = get_type_info_entry(context, lsda, *(type_index++)); in check_action_record() local [all …]
|
| /src/contrib/kyua/utils/signals/ |
| H A D | programmer_fwd.hpp | 40 typedef void (*handler_type)(const int); typedef
|
| H A D | programmer.hpp | 53 programmer(const int, const handler_type);
|
| H A D | programmer.cpp | 83 signals::programmer::programmer(const int signo, const handler_type handler) : in programmer()
|