Searched defs:debug_printf (Results 1 – 7 of 7) sorted by relevance
81 #define debug_printf(...) \ macro
37 static int debug_printf(const char* format, ...) { in debug_printf() function
90 debug_printf(const char *format, ...) in debug_printf() function
85 debug_printf(const char *format, ...) in debug_printf() function
50 static void debug_printf(Module *mod, IRBuilder<> &B, const string &fmt, vector<Value *> args) { in debug_printf() function
446 debug_printf(const char *format, /* I - Printf-style format string */ in debug_printf() function
350 void (*debug_printf)(const char *format, ...); member