Home
last modified time | relevance | path

Searched defs:STATIC_ASSERT (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h34 #define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1] macro
/third_party/libdrm/
Dlibdrm_macros.h40 #define STATIC_ASSERT(COND) \ macro
/third_party/libuv/src/
Duv-common.h62 #define STATIC_ASSERT(expr) static_assert(expr, #expr) macro
64 #define STATIC_ASSERT(expr) \ macro
/third_party/node/deps/v8/src/base/
Dmacros.h194 #define STATIC_ASSERT(test) static_assert(test, #test) macro
/third_party/node/deps/uv/src/
Duv-common.h60 #define STATIC_ASSERT(expr) \ macro
/third_party/mesa3d/src/util/
Dmacros.h72 #define STATIC_ASSERT(cond) do { \ macro