Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan_minimal/
Dubsan_minimal_handlers.cpp56 static void abort_with_message(const char *msg) { in abort_with_message() function
61 static void abort_with_message(const char *) { abort(); } in abort_with_message() function
90 abort_with_message("ubsan: " msg); \