Home
last modified time | relevance | path

Searched defs:static_assert (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/crypt/
A Dcrypt-port.h13 #define static_assert(a, b) _Static_assert(a, b) macro
/u-boot/include/linux/
A Dbuild_bug.h98 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro

Completed in 3 milliseconds