Searched defs:MSG (Results 1 – 6 of 6) sorted by relevance
22 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument28 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
56 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) esp_rom_printf(MSG, __VA_ARGS__) argument96 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__) argument
22 #define STATIC_ASSERT_M(COND, MSG) typedef char static_assertion_##MSG[(!!(COND)) * 2 - 1] argument
83 #define MSG(args) … macro
62 #define MSG(args) do{ /* args should be in brackets */ \ macro
29 #define MSG(args...) printf(args) macro