Searched refs:GCC_FMT_ATTR (Results 1 - 20 of 20) sorted by relevance

/external/qemu/include/qapi/qmp/
H A Dqjson.h22 QObject *qobject_from_json(const char *string) GCC_FMT_ATTR(1, 0);
23 QObject *qobject_from_jsonf(const char *string, ...) GCC_FMT_ATTR(1, 2);
24 QObject *qobject_from_jsonv(const char *string, va_list *ap) GCC_FMT_ATTR(1, 0);
H A Dqerror.h30 void qerror_report(ErrorClass err_class, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
/external/qemu/include/qemu/
H A Derror-report.h37 void error_vprintf(const char *fmt, va_list ap) GCC_FMT_ATTR(1, 0);
38 void error_printf(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
39 void error_printf_unless_qmp(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
42 void error_report(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
H A Dcompiler.h41 # define GCC_FMT_ATTR(n, m) __attribute__((format(printf, n, m))) macro
44 # define GCC_FMT_ATTR(n, m) __attribute__((format(gnu_printf, n, m))) macro
52 #define GCC_FMT_ATTR(n, m) macro
H A Dlog.h55 void GCC_FMT_ATTR(1, 2) qemu_log(const char *fmt, ...);
59 static inline void GCC_FMT_ATTR(1, 0)
69 void GCC_FMT_ATTR(2, 3) qemu_log_mask(int mask, const char *fmt, ...);
/external/qemu/include/qapi/
H A Derror.h30 void error_set(Error **err, ErrorClass err_class, const char *fmt, ...) GCC_FMT_ATTR(3, 4);
37 void error_set_errno(Error **err, int os_error, ErrorClass err_class, const char *fmt, ...) GCC_FMT_ATTR(4, 5);
45 void error_set_win32(Error **err, int win32_err, ErrorClass err_class, const char *fmt, ...) GCC_FMT_ATTR(4, 5);
/external/qemu/include/monitor/
H A Dmonitor.h58 GCC_FMT_ATTR(2, 0);
59 void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
/external/qemu/qobject/
H A Dqerror.c45 static QError * GCC_FMT_ATTR(2, 0)
H A Djson-parser.c101 static void GCC_FMT_ATTR(3, 4) parse_error(JSONParserContext *ctxt,
/external/qemu/include/sysemu/
H A Dchar.h88 GCC_FMT_ATTR(2, 3);
/external/qemu/include/
H A Dqemu-common.h94 GCC_FMT_ATTR(2, 3);
268 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
/external/qemu/audio/
H A Dcoreaudio.c121 static void GCC_FMT_ATTR (2, 3) coreaudio_logerr (
136 static void GCC_FMT_ATTR (3, 4) coreaudio_logerr2 (
H A Ddsoundaudio.c234 static void GCC_FMT_ATTR (2, 3) dsound_logerr (
249 static void GCC_FMT_ATTR (3, 4) dsound_logerr2 (
H A Dfmodaudio.c57 static void GCC_FMT_ATTR (1, 2) fmod_logerr (const char *fmt, ...)
69 static void GCC_FMT_ATTR (2, 3) fmod_logerr2 (
H A Dalsaaudio.c173 static void GCC_FMT_ATTR (2, 3) alsa_logerr (int err, const char *fmt, ...)
184 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 (
H A Dossaudio.c92 static void GCC_FMT_ATTR (2, 3) oss_logerr (int err, const char *fmt, ...)
103 static void GCC_FMT_ATTR (3, 4) oss_logerr2 (
H A Desdaudio.c102 static void GCC_FMT_ATTR (2, 3) qesd_logerr (int err, const char *fmt, ...)
H A Dpaaudio.c76 static void GCC_FMT_ATTR (2, 3) qpa_logerr (int err, const char *fmt, ...)
/external/qemu/
H A Ddisas.c427 static int GCC_FMT_ATTR(2, 3)
/external/qemu/include/exec/
H A Dcpu-all.h365 GCC_FMT_ATTR(2, 3);

Completed in 1143 milliseconds