Searched defs:_LIBUNWIND_ABORT (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/Unwind/
H A Dconfig.h48 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) macro
76 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) macro

Completed in 767 milliseconds