Searched refs:type_from_format (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dgengenrtl.c46 static const char *type_from_format (int);
63 type_from_format (int c)
203 int ourlen = strlen (type_from_format (*p)) + 6 + (i > 9);
209 printf (" %sarg%d", type_from_format (*p), i++);
264 printf (",\n\t%sarg%d", type_from_format (*p), i++);
62 type_from_format (int c) function
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgengenrtl.c45 static const char *type_from_format PARAMS ((int));
62 type_from_format (c)
208 int ourlen = strlen (type_from_format (*p)) + 6 + (i > 9);
214 printf (" %sarg%d", type_from_format (*p), i++);
276 printf (" %sarg%d;\n", type_from_format (*p), i++);
61 type_from_format (c) function

Completed in 390 milliseconds