Home
last modified time | relevance | path

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

/fs/exfat/
A Dcompiler.h61 #define STATIC_ASSERT(cond) _Static_assert(cond, #cond) argument
65 #define STATIC_ASSERT(cond) \ argument
66 extern void CONCAT1(static_assert, __LINE__)(int x[(cond) ? 1 : -1])

Completed in 3 milliseconds