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

/external/libcxxabi/src/Unwind/
H A Dconfig.h63 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) __attribute__ ((noreturn));
64 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { function
76 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg)

Completed in 268 milliseconds