Home
last modified time | relevance | path

Searched refs:const_expr (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcommon.h94 #define STATIC_ASSERT_EXPR(const_expr) \ argument
95 (0 && sizeof(struct { unsigned int STATIC_ASSERT : 1 - 2 * !(const_expr); }))