Home
last modified time | relevance | path

Searched refs:ATTR_FORMAT (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dserver.h179 #ifndef ATTR_FORMAT
181 #define ATTR_FORMAT(type, x, y) __attribute__ ((format(type, x, y))) macro
183 #define ATTR_FORMAT(type, x, y) /* nothing */ macro
337 void error (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
339 void sr_perror (SysRes sr,const char *string,...) ATTR_FORMAT (printf, 2, 3);
341 void fatal (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
343 void warning (const char *string,...) ATTR_FORMAT (printf, 1, 2);