Searched refs:t_handler (Results 1 – 2 of 2) sorted by relevance
116 void terminate_helper(std::terminate_handler t_handler) { in terminate_helper() argument118 t_handler(); in terminate_helper()259 std::terminate_handler t_handler; in __cxa_call_unexpected() local265 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()272 t_handler = std::get_terminate(); in __cxa_call_unexpected()288 terminate_helper(t_handler); in __cxa_call_unexpected()295 terminate_helper(t_handler); in __cxa_call_unexpected()329 terminate_helper(t_handler); in __cxa_call_unexpected()
1186 std::terminate_handler t_handler; in __cxa_call_unexpected() local1193 t_handler = old_exception_header->terminateHandler; in __cxa_call_unexpected()1207 t_handler = std::get_terminate(); in __cxa_call_unexpected()1234 std::__terminate(t_handler); in __cxa_call_unexpected()1245 std::__terminate(t_handler); in __cxa_call_unexpected()1301 std::__terminate(t_handler); in __cxa_call_unexpected()