Searched defs:__static_assert (Results 1 – 5 of 5) sorted by relevance
79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) macro
142 struct __static_assert<true> struct
66 #define __static_assert(e, msg, ...) _Static_assert(e, msg) macro