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

/external/pdfium/third_party/base/
H A Dlogging.h17 #define NOTREACHED() assert(false) macro
/external/libchrome/base/
H A Dlogging.h763 // Implement logging of NOTREACHED() as a dedicated function to get function
766 #define NOTREACHED() \ macro
770 #define NOTREACHED() DCHECK(false) macro
972 #define NOTIMPLEMENTED() NOTREACHED()
/external/libweave/third_party/chromium/base/
H A Dlogging.h611 #define NOTREACHED() DCHECK(false) macro
722 #define NOTIMPLEMENTED() NOTREACHED()

Completed in 175 milliseconds