Lines Matching +defs:format +defs:message
58 # define TRACE(message, ...) (void(0)) argument
60 # define TRACE(message, ...) sw::trace("%s:%d TRACE: " message "\n", __FILE__, __LINE__, ##__VA_ARG… argument
64 # define LOG_TRAP(message, ...) (void(0)) argument
66 # define LOG_TRAP(message, ...) sw::log_trap("%s:%d %s LOG TRAP: " message "\n", __FILE__, __LINE__… argument
71 #define FIXME(message, ...) sw::warn("%s:%d FIXME: " message "\n", __FILE__, __LINE__, ##__VA_ARGS_… argument
74 #define WARN(message, ...) sw::warn("%s:%d WARNING: " message "\n", __FILE__, __LINE__, ##__VA_ARGS… argument
82 # define DABORT(message, ...) sw::abort("%s:%d ABORT: " message "\n", __FILE__, __LINE__, ##__VA_AR… argument
84 # define DABORT(message, ...) sw::warn("%s:%d WARNING: " message "\n", __FILE__, __LINE__, ##__VA_A… argument
91 # define ASSERT_MSG(expression, format, ...) \ argument
102 # define ASSERT_MSG(expression, format, ...) \ argument
135 #define UNIMPLEMENTED(format, ...) \ argument
145 #define UNSUPPORTED(format, ...) DABORT("UNSUPPORTED: " format, ##__VA_ARGS__) argument
150 #define UNREACHABLE(format, ...) DABORT("UNREACHABLE: " format, ##__VA_ARGS__) argument