HomeSort by: relevance | last modified time | path
    Searched defs:abort_with_message (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 56 static void abort_with_message(const char *msg) { function in typeref:typename:void
61 static void abort_with_message(const char *) { abort(); } function in typeref:typename:void
90 abort_with_message("ubsan: " msg); \

Completed in 11 milliseconds