Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcompiler.h454 # define __compiletime_error_fallback(condition) \ macro
458 #ifndef __compiletime_error_fallback
459 # define __compiletime_error_fallback(condition) do { } while (0) macro
468 __compiletime_error_fallback(__cond); \