Searched refs:FORMAT_ATTR (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | lib.h | 89 #define FORMAT_ATTR(pos) __attribute__ ((__format__ (__printf__, pos, pos+1))) macro 93 #define FORMAT_ATTR(pos) macro 98 FORMAT_ATTR(1) NORETURN_ATTR 101 FORMAT_ATTR(2) NORETURN_ATTR 104 extern void info(struct position, const char *, ...) FORMAT_ATTR(2); 105 extern void warning(struct position, const char *, ...) FORMAT_ATTR(2); 106 extern void sparse_error(struct position, const char *, ...) FORMAT_ATTR(2); 107 extern void expression_error(struct expression *, const char *, ...) FORMAT_ATTR(2); 129 extern void add_pre_buffer(const char *fmt, ...) FORMAT_ATTR(1); 130 extern void predefine(const char *name, int weak, const char *fmt, ...) FORMAT_ATTR(3); [all …]
|
D | example.c | 235 static void FORMAT_ATTR(2) output_line(struct bb_state *state, const char *fmt, ...) in output_line() 244 static void FORMAT_ATTR(2) output_label(struct bb_state *state, const char *fmt, ...) in output_label() 256 static void FORMAT_ATTR(2) output_insn(struct bb_state *state, const char *fmt, ...) in output_insn() 271 static void FORMAT_ATTR(2) output_comment(struct bb_state *state, const char *fmt, ...) in output_comment()
|
D | show-parse.c | 208 static void FORMAT_ATTR(2) prepend(struct type_name *name, const char *fmt, ...) in prepend() 222 static void FORMAT_ATTR(2) append(struct type_name *name, const char *fmt, ...) in append()
|
D | compile-i386.c | 192 static void emit_comment(const char * fmt, ...) FORMAT_ATTR(1);
|