Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp69 static void abort_with_message(const char *msg) { in abort_with_message() function
74 static void abort_with_message(const char *) { abort(); } in abort_with_message() function
113 abort_with_message(msg_buf); \