Searched defs:debug_printf (Results 1 – 8 of 8) sorted by relevance
16 #define debug_printf(...) printf(__VA_ARGS__) macro18 #define debug_printf(...) macro
81 debug_printf(const char* format, ...) in debug_printf() function
91 debug_printf(const char *format, ...) in debug_printf() function
134 debug_printf(const char *format, ...) in debug_printf() function
79 static void debug_printf(Module *mod, IRBuilder<> &B, const string &fmt, vector<Value *> args) { in debug_printf() function
448 debug_printf(const char *format, /* I - Printf-style format string */ in debug_printf() function
36 #define debug_printf(x, ...) macro