Searched defs:SEL4_COMPILE_ASSERT (Results 1 – 1 of 1) sorted by relevance
49 #define SEL4_COMPILE_ASSERT(name, expr) _Static_assert(expr, #name); macro51 #define SEL4_COMPILE_ASSERT(name, expr) \ macro
Completed in 2 milliseconds