Searched refs:abort_message (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_exception_storage.cpp | 64 abort_message("cannot zero out thread value for __cxa_get_globals()"); in destruct_() 69 abort_message("cannot create thread specific key for __cxa_get_globals()"); in construct_() 83 abort_message("cannot allocate __cxa_eh_globals"); in __cxa_get_globals() 85 abort_message("std::__libcpp_tls_set failure in __cxa_get_globals()"); in __cxa_get_globals() 97 abort_message("execute once failure in __cxa_get_globals_fast()"); in __cxa_get_globals_fast()
|
| H A D | cxa_default_handlers.cpp | 45 abort_message("terminating"); in demangling_terminate_handler() 49 abort_message("terminating"); in demangling_terminate_handler() 56 abort_message("terminating due to %s foreign exception", cause); in demangling_terminate_handler() 72 … abort_message("terminating due to %s exception of type %s: %s", cause, name.get(), e->what()); in demangling_terminate_handler() 77 abort_message("terminating due to %s exception of type %s", cause, name.get()); in demangling_terminate_handler() 84 abort_message("terminating"); in demangling_terminate_handler()
|
| H A D | cxa_handlers.cpp | 36 abort_message("unexpected_handler unexpectedly returned"); in __unexpected() 61 abort_message("terminate_handler unexpectedly returned"); in __terminate() 67 abort_message("terminate_handler unexpectedly threw an exception"); in __terminate()
|
| H A D | cxa_virtual.cpp | 16 abort_message("Pure virtual function called!"); in __cxa_pure_virtual() 21 abort_message("Deleted virtual function called!"); in __cxa_deleted_virtual()
|
| H A D | abort_message.h | 15 abort_message(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
| H A D | abort_message.cpp | 29 void abort_message(const char* format, ...) in abort_message() function
|
| H A D | cxa_thread_atexit.cpp | 92 abort_message("std::__libcpp_tls_create() failed in __cxa_thread_atexit()"); in DtorsManager()
|
| H A D | cxa_vector.cpp | 124 abort_message("__cxa_vec_new failed to allocate memory"); in throw_bad_array_new_length()
|
| H A D | cxa_guard_impl.h | 87 # define ABORT_WITH_MESSAGE(...) ::abort_message(__VA_ARGS__)
|
| H A D | CMakeLists.txt | 17 abort_message.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/libcxxabi/src/ |
| H A D | BUILD.gn | 42 "abort_message.cpp",
|