Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/
H A D__debug88 /// __libcpp_set_debug_function - Set the debug handler to the specified
91 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func);
98 static bool __init_dummy = __libcpp_set_debug_function(__libcpp_throw_debug_function);
/freebsd-12.1/contrib/libc++/src/
H A Ddebug.cpp33 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function() function