HomeSort by relevance Sort by last modified time
    Searched refs:compilerrt_abort_impl (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/builtins/
int_util.h 23 #define compilerrt_abort() compilerrt_abort_impl(__FILE__, __LINE__, __func__)
25 NORETURN void compilerrt_abort_impl(const char *file, int line,
int_util.c 30 void compilerrt_abort_impl(const char *file, int line, const char *function) { function
44 void compilerrt_abort_impl(const char *file, int line, const char *function) { function
57 void compilerrt_abort_impl(const char *file, int line, const char *function) { function

Completed in 633 milliseconds