Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__debug35 # define _LIBCPP_ASSERT_IMPL(x, m) ((x) ? (void)0 : _VSTD::__libcpp_debug_function(_VSTD::__libcp…
38 # define _LIBCPP_ASSERT_IMPL(x, m) ((x) ? (void)0 : _VSTD::__libcpp_debug_function(_VSTD::__libcp…
68 /// __libcpp_debug_function - The handler function called when a _LIBCPP_ASSERT
70 extern _LIBCPP_EXPORTED_FROM_ABI __libcpp_debug_function_type __libcpp_debug_function;
H A D__string506 …return __s ? _Traits::length(__s) : (_VSTD::__libcpp_debug_function(_VSTD::__libcpp_debug_info(__F…
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp39 __libcpp_debug_function = __libcpp_abort_debug_function; variable
42 __libcpp_debug_function = __func; in __libcpp_set_debug_function()