Home
last modified time | relevance | path

Searched refs:__libcpp_throw_debug_function (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A D__debug83 /// __libcpp_throw_debug_function - A debug handler that throws
86 void __libcpp_throw_debug_function(__libcpp_debug_info const&);
98 static bool __init_dummy = __libcpp_set_debug_function(__libcpp_throw_debug_function);
/freebsd-12.1/contrib/libc++/src/
H A Ddebug.cpp43 _LIBCPP_NORETURN void __libcpp_throw_debug_function(__libcpp_debug_info const& info) { in __libcpp_throw_debug_function() function