Searched defs:BUILD_ASSERT (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/toolchain/ |
D | common.h | 172 #define BUILD_ASSERT(EXPR, MSG...) \ macro
|
D | gcc.h | 76 #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/ |
D | iccarm.h | 57 #define BUILD_ASSERT(EXPR, MSG...) static_assert(EXPR, "" MSG) macro 59 #define BUILD_ASSERT(EXPR, MSG...) _Static_assert(EXPR, "" MSG) macro
|