Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlegacy_debug_handler.cpp38 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void __libcpp_abort_debug_function(__libcpp_debug_info c… in __libcpp_abort_debug_function() function
46 constinit __libcpp_debug_function_type __libcpp_debug_function = __libcpp_abort_debug_function;
/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&);