Home
last modified time | relevance | path

Searched refs:outf_p (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dgengtype.h168 typedef struct outf * outf_p; typedef
173 extern outf_p get_output_file_with_visibility
179 extern outf_p base_files[];
187 extern void oprintf (outf_p o, const char *S, ...)
Dgengtype.c458 outf_p f = get_output_file_with_visibility (NULL); in write_rtx_next()
994 static outf_p output_files;
998 static outf_p header_file;
1010 outf_p base_files[NUM_BASE_FILES];
1012 static outf_p create_file (const char *, const char *);
1018 static outf_p
1043 outf_p f; in create_file()
1059 oprintf (outf_p o, const char *format, ...) in oprintf()
1111 outf_p gtype_desc_c; in open_base_files()
1217 outf_p
[all …]
DChangeLog-200215913 (get_output_file): Return an outf_p.
15914 (header_file): Is now an outf_p.
15915 (base_files): Now are outf_p.
15917 * gengtype.c: Replace all output FILE * with outf_p; use oprintf
15926 (create_file): Create an outf_p. Add parameter to indicate output