HomeSort by relevance Sort by last modified time
    Searched defs:NOTREACHED (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/base/
logging.h 24 #define NOTREACHED() assert(false)
  /bionic/tools/relocation_packer/src/
debug.h 19 // NOTREACHED() always aborts.
113 // NOTREACHED() always fails with a FATAL log message.
114 #define NOTREACHED(_) (LOG(FATAL) \
116 << __FUNCTION__ << ": NOTREACHED() hit")
  /system/extras/perfprofd/quipper/base/
logging.h 439 #define NOTREACHED() LOG(ERROR) << "NOTREACHED() hit in " << \
442 #define NOTREACHED() DCHECK(false)
659 #define NOTIMPLEMENTED() NOTREACHED()
  /external/libchrome/base/
logging.h 795 // Implement logging of NOTREACHED() as a dedicated function to get function
798 #define NOTREACHED() \
802 #define NOTREACHED() DCHECK(false)
    [all...]

Completed in 223 milliseconds