Home
last modified time | relevance | path

Searched defs:BUILD_ASSERT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/
Dcommon.h172 #define BUILD_ASSERT(EXPR, MSG...) \ macro
Dgcc.h76 #define BUILD_ASSERT(EXPR, MSG...) static_assert(EXPR, "" MSG) macro
87 #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) macro
89 #define BUILD_ASSERT(EXPR, MSG...) macro
/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h57 #define BUILD_ASSERT(EXPR, MSG...) static_assert(EXPR, "" MSG) macro
59 #define BUILD_ASSERT(EXPR, MSG...) _Static_assert(EXPR, "" MSG) macro