Searched defs:OPENSSL_STATIC_ASSERT (Results 1 – 3 of 3) sorted by relevance
65 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg) macro71 #define OPENSSL_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) macro
69 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg) macro