Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dhandle-scope.h34 #define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1] macro
38 #undef STATIC_ASSERT macro
/third_party/libdrm/
H A Dlibdrm_macros.h40 #define STATIC_ASSERT(COND) \ macro
/third_party/node/deps/v8/src/base/
H A Dmacros.h194 #define STATIC_ASSERT(test) static_assert(test, #test) macro
/third_party/mesa3d/src/util/
H A Dmacros.h72 #define STATIC_ASSERT(cond) do { \ macro
/third_party/node/deps/uv/src/
H A Duv-common.h60 #define STATIC_ASSERT(expr) \ macro
/third_party/libuv/src/
H A Duv-common.h62 #define STATIC_ASSERT(expr) static_assert(expr, #expr) macro
64 #define STATIC_ASSERT(expr) \ macro
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.cc379 STATIC_ASSERT(kDefaultNumberOfUnwindCodeWords < in GetUnwindInfoForBuiltinFunction() function
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc1759 STATIC_ASSERT(kNoMaximum < kWithMaximum); in validate_table_flags() function

Completed in 10 milliseconds