Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcompiler.h324 # define __compiletime_error_fallback(condition) \ macro
328 #ifndef __compiletime_error_fallback
329 # define __compiletime_error_fallback(condition) do { } while (0) macro
339 __compiletime_error_fallback(__cond); \