Searched refs:__compiletime_error_fallback (Results 1 – 2 of 2) sorted by relevance
488 # define __compiletime_error_fallback(condition) \ macro492 #ifndef __compiletime_error_fallback493 # define __compiletime_error_fallback(condition) do { } while (0) macro502 __compiletime_error_fallback(__cond); \
471 # define __compiletime_error_fallback(condition) \ macro475 #ifndef __compiletime_error_fallback476 # define __compiletime_error_fallback(condition) do { } while (0) macro486 __compiletime_error_fallback(__cond); \