Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__debug72 /// __libcpp_abort_debug_function - A debug handler that aborts when called.
74 void __libcpp_abort_debug_function(__libcpp_debug_info const&);
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Ddebug.cpp33 _LIBCPP_NORETURN void __libcpp_abort_debug_function(__libcpp_debug_info const& info) { in __libcpp_abort_debug_function() function
39 __libcpp_debug_function = __libcpp_abort_debug_function;