Searched refs:__libcpp_throw_debug_function (Results 1 – 2 of 2) sorted by relevance
83 /// __libcpp_throw_debug_function - A debug handler that throws86 void __libcpp_throw_debug_function(__libcpp_debug_info const&);98 static bool __init_dummy = __libcpp_set_debug_function(__libcpp_throw_debug_function);
43 _LIBCPP_NORETURN void __libcpp_throw_debug_function(__libcpp_debug_info const& info) { in __libcpp_throw_debug_function() function