Home
last modified time | relevance | path

Searched refs:__libcpp_throw_debug_function (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/libcxx/debug/
Ddebug_throw.pass.cpp27 std::__libcpp_debug_function = std::__libcpp_throw_debug_function; in main()
/external/libcxx/include/
D__debug83 /// __libcpp_throw_debug_function - A debug handler that throws
86 void __libcpp_throw_debug_function(__libcpp_debug_info const&);
98 static bool __init_dummy = __libcpp_set_debug_function(__libcpp_throw_debug_function);
/external/libcxx/docs/DesignDocs/
DDebugMode.rst57 std::__libcpp_debug_function = std::__libcpp_throw_debug_function;
/external/libcxx/src/
Ddebug.cpp43 _LIBCPP_NORETURN void __libcpp_throw_debug_function(__libcpp_debug_info const& info) { in __libcpp_throw_debug_function() function