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

  /frameworks/native/include/utils/
Debug.h 29 #define COMPILE_TIME_ASSERT(_exp) \
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 126 #define COMPILE_TIME_ASSERT(expr) char CTA_UNIQUE_NAME[expr]
  /external/llvm/lib/Support/
APFloat.cpp 31 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
32 COMPILE_TIME_ASSERT(integerPartWidth % 4 == 0);
    [all...]
APInt.cpp     [all...]

Completed in 285 milliseconds