Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/
H A D__debug33 _VSTD::__libcpp_debug_function(_VSTD::__libcpp_debug_info(__FILE__, __LINE__, #x, m)))
75 /// __libcpp_debug_function - The handler function called when a _LIBCPP_ASSERT
77 extern _LIBCPP_EXPORTED_FROM_ABI __libcpp_debug_function_type __libcpp_debug_function;
/freebsd-12.1/contrib/libc++/src/
H A Ddebug.cpp31 __libcpp_debug_function = __libcpp_abort_debug_function; variable
34 __libcpp_debug_function = __func; in __libcpp_set_debug_function()