Searched refs:handler_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | exception.cc | 147 } handler_type; typedef 966 static handler_type check_action_record(_Unwind_Context *context, in check_action_record() 974 handler_type found = handler_none; in check_action_record() 986 std::type_info *handler_type = get_type_info_entry(context, lsda, filter); in check_action_record() local 987 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record() 999 std::type_info *handler_type = get_type_info_entry(context, lsda, filter--); in check_action_record() local 1000 while (handler_type) in check_action_record() 1002 if (check_type_signature(ex, handler_type, adjustedPtr)) in check_action_record() 1007 handler_type = get_type_info_entry(context, lsda, filter--); in check_action_record() 1013 std::type_info *handler_type = get_type_info_entry(context, lsda, *(type_index++)); in check_action_record() local [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/signals/ |
H A D | programmer.hpp | 44 typedef void (*handler_type)(const int); typedef 55 programmer(const int, const handler_type);
|
H A D | programmer.cpp | 82 signals::programmer::programmer(const int signo, const handler_type handler) : in programmer()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 1820 class handler_type<use_future_t<_Allocator>, _Ret(_Args...)> // TODO uglify name 1950 = typename handler_type<use_future_t<_Alloc>, _Ret(_Args...)>::type; 1971 // (probably need to move _Type outside of handler_type so we don't have
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | executor | 1854 class handler_type<use_future_t<_Allocator>, _Ret(_Args...)> // TODO uglify name 1984 = typename handler_type<use_future_t<_Alloc>, _Ret(_Args...)>::type; 2005 // (probably need to move _Type outside of handler_type so we don't have
|