Home
last modified time | relevance | path

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

/external/libcxx/src/
Ddebug.cpp31 __libcpp_debug_function = __libcpp_abort_debug_function;
38 _LIBCPP_NORETURN void __libcpp_abort_debug_function(__libcpp_debug_info const& info) { in __libcpp_abort_debug_function() function
47 __libcpp_abort_debug_function(info); in __libcpp_throw_debug_function()
/external/libcxx/include/
D__debug79 /// __libcpp_abort_debug_function - A debug handler that aborts when called.
81 void __libcpp_abort_debug_function(__libcpp_debug_info const&);