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

  /system/core/include/utils/
Debug.h 29 #define COMPILE_TIME_ASSERT(_exp) \
  /external/chromium_org/third_party/webrtc/base/
common.h 177 #define COMPILE_TIME_ASSERT(expr) char CTA_UNIQUE_NAME[expr]
  /external/llvm/lib/Support/
APFloat.cpp 38 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
39 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);
    [all...]
APInt.cpp     [all...]
  /external/pixman/pixman/
pixman-private.h 1000 #define COMPILE_TIME_ASSERT(x) \
    [all...]

Completed in 461 milliseconds