Searched refs:__compilerrt_abort_impl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.h21 #define compilerrt_abort() __compilerrt_abort_impl(__FILE__, __LINE__, __func__)
23 NORETURN void __compilerrt_abort_impl(const char *file, int line,
H A Dint_util.c26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { function
40 void __compilerrt_abort_impl(const char *file, int line, const char *function) { function
50 void __compilerrt_abort_impl(const char *file, int line, const char *function) { function
63 void __compilerrt_abort_impl(const char *file, int line, const char *function) { function

Completed in 68 milliseconds