Home | History | Annotate | Download | only in avr

Lines Matching refs:va_arg

110   const char *fmt = va_arg (ap, const char*);
134 tree t = va_arg (ap, tree);
152 tree t = va_arg (ap, tree);
161 fprintf (file, "%d", va_arg (ap, int));
165 fprintf (file, "%x", va_arg (ap, int));
169 fprintf (file, "%s", va_arg (ap, int) ? "true" : "false");
173 fputc (va_arg (ap, int), file);
177 print_inline_rtx (file, va_arg (ap, rtx), 0);
182 rtx_insn *insn = safe_as_a <rtx_insn *> (va_arg (ap, rtx));
200 const char *str = va_arg (ap, char*);
206 fputs (GET_MODE_NAME ((machine_mode) va_arg (ap, int)),
211 fputs (rtx_name[va_arg (ap, int)], file);
215 fputs (reg_class_names[va_arg (ap, int)], file);
224 location_t loc = va_arg (ap, location_t);