Searched defs:cond (Results 1 – 1 of 1) sorted by relevance
116 #define NRF_STATIC_ASSERT(cond, msg) \ argument194 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument277 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument369 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument442 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument