Searched refs:__libcpp_throw_debug_function (Results 1 – 4 of 4) sorted by relevance
27 std::__libcpp_debug_function = std::__libcpp_throw_debug_function; in main()
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);
57 std::__libcpp_debug_function = std::__libcpp_throw_debug_function;
43 _LIBCPP_NORETURN void __libcpp_throw_debug_function(__libcpp_debug_info const& info) { in __libcpp_throw_debug_function() function