Lines Matching refs:fmt
35 void __printf_like(1, 2) assert_print(const char *fmt, ...);
42 #define __ASSERT_PRINT(fmt, ...) assert_print(fmt, ##__VA_ARGS__) argument
44 #define __ASSERT_PRINT(fmt, ...) argument
48 #define __ASSERT_MSG_INFO(fmt, ...) argument
50 #define __ASSERT_MSG_INFO(fmt, ...) __ASSERT_PRINT("\t" fmt "\n", ##__VA_ARGS__) argument
120 #define __ASSERT(test, fmt, ...) \ argument
124 __ASSERT_MSG_INFO(fmt, ##__VA_ARGS__); \
130 #define __ASSERT_EVAL(expr1, expr2, test, fmt, ...) \ argument
133 __ASSERT(test, fmt, ##__VA_ARGS__); \
140 #define __ASSERT(test, fmt, ...) { } argument
141 #define __ASSERT_EVAL(expr1, expr2, test, fmt, ...) expr1 argument
146 #define __ASSERT(test, fmt, ...) { } argument
147 #define __ASSERT_EVAL(expr1, expr2, test, fmt, ...) expr1 argument