Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cc56 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); \
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/ubsan_minimal/
H A 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); \
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/ubsan_minimal/
H A 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); \
/dports/devel/emscripten/emscripten-2.0.3/tools/wasm2c/
H A Dbase.c103 static void abort_with_message(const char* message) { in abort_with_message() function
128 abort_with_message("longjmp without setjmp");
H A Dos_sandboxed.c5 abort_with_message("exit() called");
H A Dos.c46 abort_with_message("ran out of fds"); in get_or_allocate_wasm_fd()
/dports/www/firefox/firefox-99.0/third_party/wasm2c/wasm2c/
H A Dwasm-rt-wasi.c145 static void abort_with_message(const char* message) { in abort_with_message() function
154 abort_with_message("longjmp not supported"); in Z_envZ_emscripten_longjmpZ_vii()
298 abort_with_message("ran out of fds"); in get_or_allocate_wasm_fd()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dutils.c183 abort_with_message (const char *msg) in abort_with_message() function
315 abort_with_message (msg); in internal_vproblem()
346 abort_with_message ("\n"); in internal_vproblem()
H A DChangeLog-20144293 * utils.c (abort_with_message): New function.
4294 (internal_vproblem): Use abort_with_message for first level
H A DChangeLog-20178040 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
H A DChangeLog-2019669 * utils.c (abort_with_message, dump_core, internal_vproblem): Add