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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengtype.h168 typedef struct outf * outf_p; typedef in typeref:struct:outf
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, ...)
H A Dgengtype.c408 outf_p f = get_output_file_with_visibility (NULL);
971 static outf_p output_files;
975 static outf_p header_file;
987 outf_p base_files[NUM_BASE_FILES];
989 static outf_p create_file (const char *, const char *);
992 /* Create and return an outf_p for a new file for NAME, to be called
995 static outf_p
1020 outf_p f;
1036 oprintf (outf_p o, const char *format, ...)
1088 outf_p gtype_desc_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgengtype.c127 typedef struct outf * outf_p; typedef in typeref:struct:outf
132 extern outf_p get_output_file_with_visibility
137 static void oprintf (outf_p o, const char *S, ...)
141 static outf_p output_files;
148 static outf_p plugin_output;
152 static outf_p header_file;
160 static outf_p create_file (const char *, const char *);
231 static outf_p *base_files;
981 outf_p f = get_output_file_with_visibility (NULL);
1469 /* Create and return an outf_p fo
[all...]

Completed in 230 milliseconds