OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMPILE_TIME_ASSERT
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/builtins/
int_util.h
28
#define
COMPILE_TIME_ASSERT
(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__)
/system/core/libutils/include/utils/
Debug.h
29
#define
COMPILE_TIME_ASSERT
(_exp) \
/external/webrtc/webrtc/base/
common.h
174
#define
COMPILE_TIME_ASSERT
(expr) char CTA_UNIQUE_NAME[expr]
/external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp
30
#define
COMPILE_TIME_ASSERT
(cond) extern int CTAssert[(cond) ? 1 : -1]
31
COMPILE_TIME_ASSERT
(integerPartWidth % 4 == 0);
[
all
...]
APInt.cpp
[
all
...]
Completed in 128 milliseconds