OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILE_TIME_ASSERT
(Results
1 - 7
of
7
) sorted by null
/system/core/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/chromium_org/third_party/libjingle/source/talk/base/
common.h
162
#define
COMPILE_TIME_ASSERT
(expr) char CTA_UNIQUE_NAME[expr]
/external/pixman/pixman/
pixman-private.h
1000
#define
COMPILE_TIME_ASSERT
(x) \
[
all
...]
pixman.c
144
COMPILE_TIME_ASSERT
(FAST_PATH_IS_OPAQUE == (1 << OPAQUE_SHIFT));
[
all
...]
/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
...]
Completed in 206 milliseconds