Home
last modified time | relevance | path

Searched refs:STATIC_ASSERT_EQ_ARCH32 (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dcommon.h153 #define STATIC_ASSERT_EQ_ARCH32(a, b) static_assert(a == b) macro
155 #define STATIC_ASSERT_EQ_ARCH32(a, b) macro
171 STATIC_ASSERT_EQ_ARCH32(expect, valueArch32) \