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

  /external/libunwind_llvm/src/
config.h 66 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) __attribute__ ((noreturn));
67 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { function
83 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
config.h 66 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) __attribute__ ((noreturn));
67 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { function
83 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg)

Completed in 324 milliseconds