Home
last modified time | relevance | path

Searched refs:COMPILE_ASSERT (Results 1 – 4 of 4) sorted by relevance

/system/extras/perfprofd/quipper/base/
Dmacros.h155 #undef COMPILE_ASSERT
156 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
214 COMPILE_ASSERT(sizeof(Dest) == sizeof(Source), VerifySizesAreEqual); in bit_cast()
Dlogging.h655 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
657 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
/system/bt/osi/include/
Dosi.h42 #ifndef COMPILE_ASSERT
43 #define COMPILE_ASSERT(COND) typedef int failed_compile_assert[(COND) ? 1 : -1] __attribute__ ((unu… macro
/system/bt/btcore/src/
Ddevice_class.c38 COMPILE_ASSERT(sizeof(_bt_device_class_t) == sizeof(bt_device_class_t));