Searched refs:__libcpp_debug_function (Results 1 – 5 of 5) sorted by relevance
46 constinit __libcpp_debug_function_type __libcpp_debug_function = __libcpp_abort_debug_function; variable50 __libcpp_debug_function = __func; in __libcpp_set_debug_function()
30 std::__libcpp_debug_function = std::__libcpp_throw_debug_function; in main()
44 ``std::__libcpp_debug_function`` function pointer. It is possible to override57 std::__libcpp_debug_function = std::__libcpp_throw_debug_function;
33 _VSTD::__libcpp_debug_function(_VSTD::__libcpp_debug_info(__FILE__, __LINE__, #x, m)))75 /// __libcpp_debug_function - The handler function called when a _LIBCPP_ASSERT77 extern _LIBCPP_EXPORTED_FROM_ABI __libcpp_debug_function_type __libcpp_debug_function;
31 __libcpp_debug_function = __libcpp_abort_debug_function; variable34 __libcpp_debug_function = __func; in __libcpp_set_debug_function()