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

/art/runtime/base/
H A Dmacros.h73 NO_RETURN ALWAYS_INLINE void operator delete(void*, size_t) { UNREACHABLE(); } \
189 // int foo () { LOG(FATAL) << "Don't call me"; UNREACHABLE(); }
190 // without the UNREACHABLE a return statement would be necessary.
191 #define UNREACHABLE __builtin_unreachable macro

Completed in 256 milliseconds