Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcompiler.h399 # define __compiletime_error_fallback(condition) \ macro
403 #ifndef __compiletime_error_fallback
404 # define __compiletime_error_fallback(condition) do { } while (0) macro
413 __compiletime_error_fallback(__cond); \