Searched defs:BUILD_BUG_ON (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dutils.h207 * BUILD_BUG_ON - break compile if a condition is true.
211 * other compile-time-evaluated condition, you should use BUILD_BUG_ON to
222 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) macro
225 #define BUILD_BUG_ON(condition) \ macro

Completed in 8 milliseconds