Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h95 #define FORMAT_ATTR(pos) __attribute__ ((__format__ (__printf__, pos, pos+1))) macro
99 #define FORMAT_ATTR(pos) macro
104 FORMAT_ATTR(1) NORETURN_ATTR
107 FORMAT_ATTR(2) NORETURN_ATTR
110 extern void info(struct position, const char *, ...) FORMAT_ATTR(2);
111 extern void warning(struct position, const char *, ...) FORMAT_ATTR(2);
112 extern void sparse_error(struct position, const char *, ...) FORMAT_ATTR(2);
113 extern void expression_error(struct expression *, const char *, ...) FORMAT_ATTR(2);
135 extern void add_pre_buffer(const char *fmt, ...) FORMAT_ATTR(1);
136 extern void predefine(const char *name, int weak, const char *fmt, ...) FORMAT_ATTR(3);
H A Dexample.c234 static void FORMAT_ATTR(2) output_line(struct bb_state *state, const char *fmt, ...) in output_line()
243 static void FORMAT_ATTR(2) output_label(struct bb_state *state, const char *fmt, ...) in output_label()
255 static void FORMAT_ATTR(2) output_insn(struct bb_state *state, const char *fmt, ...) in output_insn()
270 static void FORMAT_ATTR(2) output_comment(struct bb_state *state, const char *fmt, ...) in output_comment()
H A Dshow-parse.c198 static void FORMAT_ATTR(2) prepend(struct type_name *name, const char *fmt, ...) in prepend()
212 static void FORMAT_ATTR(2) append(struct type_name *name, const char *fmt, ...) in append()
H A Dcompile-i386.c193 static void emit_comment(const char * fmt, ...) FORMAT_ATTR(1);