Searched defs:STATIC_ASSERT (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/base/
H A Dmacros.h82 #define STATIC_ASSERT(test) static_assert(test, #test) macro
99 #define STATIC_ASSERT(test) \ macro
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h320 #define STATIC_ASSERT(COND) \ macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h320 #define STATIC_ASSERT(COND) \ macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h316 #define STATIC_ASSERT(COND) \ macro
/external/mesa3d/src/mesa/main/
H A Dcompiler.h316 #define STATIC_ASSERT(COND) \ macro
/external/nanopb-c/
H A Dpb.h106 * If this does not work properly on your compiler, use #define STATIC_ASSERT
112 * in the place where the STATIC_ASSERT macro was called.
114 #ifndef STATIC_ASSERT
115 #define STATIC_ASSERT(COND,MSG) typedef char STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER__)[(COND)?1:-1]; macro
231 STATIC_ASSERT(sizeof(int8_t) == 1, INT8_T_WRONG_SIZE)
232 STATIC_ASSERT(sizeof(uint8_t) == 1, UINT8_T_WRONG_SIZE)
233 STATIC_ASSERT(sizeof(int16_t) == 2, INT16_T_WRONG_SIZE)
234 STATIC_ASSERT(sizeof(uint16_t) == 2, UINT16_T_WRONG_SIZE)
235 STATIC_ASSERT(sizeof(int32_t) == 4, INT32_T_WRONG_SIZE)
236 STATIC_ASSERT(sizeo
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c116 #define STATIC_ASSERT(e) sizeof(struct { int:-!(e); }) macro
141 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
142 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
H A Djm-insns.c173 #define STATIC_ASSERT(e) sizeof(struct { int:-!(e); }) macro
194 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
195 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c116 #define STATIC_ASSERT(e) sizeof(struct { int:-!(e); }) macro
141 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
142 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
H A Djm-insns.c173 #define STATIC_ASSERT(e) sizeof(struct { int:-!(e); }) macro
194 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
195 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),

Completed in 203 milliseconds