Home
last modified time | relevance | path

Searched refs:abort_message (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception_storage.cpp64 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 Dcxa_default_handlers.cpp45 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()
72abort_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 Dcxa_handlers.cpp36 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 Dcxa_virtual.cpp16 abort_message("Pure virtual function called!"); in __cxa_pure_virtual()
21 abort_message("Deleted virtual function called!"); in __cxa_deleted_virtual()
H A Dabort_message.h15 abort_message(const char *format, ...) __attribute__((format(printf, 1, 2)));
H A Dabort_message.cpp29 void abort_message(const char* format, ...) in abort_message() function
H A Dcxa_thread_atexit.cpp92 abort_message("std::__libcpp_tls_create() failed in __cxa_thread_atexit()"); in DtorsManager()
H A Dcxa_vector.cpp124 abort_message("__cxa_vec_new failed to allocate memory"); in throw_bad_array_new_length()
H A Dcxa_guard_impl.h87 # define ABORT_WITH_MESSAGE(...) ::abort_message(__VA_ARGS__)
H A DCMakeLists.txt17 abort_message.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxxabi/src/
H A DBUILD.gn42 "abort_message.cpp",