Searched refs:oprintf (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | gengtype.c | 461 oprintf (f, "\n/* Used to implement the RTX_NEXT macro. */\n"); in write_rtx_next() 462 oprintf (f, "const unsigned char rtx_next[NUM_RTX_CODE] = {\n"); in write_rtx_next() 465 oprintf (f, " 0,\n"); in write_rtx_next() 467 oprintf (f, in write_rtx_next() 470 oprintf (f, "};\n"); in write_rtx_next() 1051 oprintf (f, "/* Type information for %s.\n", name); in create_file() 1053 oprintf (f, "%s", hdr[i]); in create_file() 1059 oprintf (outf_p o, const char *format, ...) in oprintf() function 1115 oprintf (gtype_desc_c, "#include \"%s\"\n", *ifp); in open_base_files() 1443 oprintf (of, "Z"); in output_mangled_typename() [all …]
|
| D | gengtype.h | 187 extern void oprintf (outf_p o, const char *S, ...)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gengtype.c | 395 oprintf (f, "\n/* Used to implement the RTX_NEXT macro. */\n"); in write_rtx_next() 396 oprintf (f, "const unsigned char rtx_next[NUM_RTX_CODE] = {\n"); in write_rtx_next() 399 oprintf (f, " 0,\n"); in write_rtx_next() 401 oprintf (f, in write_rtx_next() 404 oprintf (f, "};\n"); in write_rtx_next() 1066 oprintf (f, "/* Type information for %s.\n", name); 1068 oprintf (f, "%s", hdr[i]); 1074 oprintf VPARAMS ((outf_p o, const char *format, ...)) in oprintf() function 1130 oprintf (gtype_desc_c, "#include \"%s\"\n", *ifp); in open_base_files() 1405 oprintf (of, "%c", *p); [all …]
|
| D | gengtype.h | 180 extern void oprintf PARAMS ((outf_p o, const char *S, ...))
|
| D | ChangeLog.7 | 55 * gengtype.c (oprintf): Move VA_CLOSE after all fixedarg uses. 1469 (oprintf): New. 1470 * gengtype.c: Replace all output FILE * with outf_p; use oprintf 1478 (oprintf): New.
|