Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dassert.h71 #define ___static_assert(count, ...) __static_assert_ ## count(__VA_ARGS__) macro
72 #define __static_assert(count, ...) ___static_assert(count, __VA_ARGS__)