Searched refs:msg (Results 1 – 3 of 3) sorted by relevance
/DragonStub/inc/dragonstub/ |
H A D | build_bug.h | 19 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
H A D | compiler_attributes.h | 154 #define __compiletime_error(msg) __attribute__((__error__(msg))) argument 156 #define __compiletime_error(msg) argument 371 #define __compiletime_warning(msg) __attribute__((__warning__(msg))) argument 373 #define __compiletime_warning(msg) argument
|
H A D | compiler_types.h | 229 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 237 __compiletime_error(msg); \ 242 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 247 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 248 __compiletime_assert(condition, msg, prefix, suffix) 259 #define compiletime_assert(condition, msg) \ argument 260 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
|