| /src/external/gpl3/gdb.old/dist/gdb/ |
| stabsread.h | 106 struct header_file 105 struct header_file struct
|
| /src/external/gpl3/gdb/dist/gdb/ |
| stabsread.h | 106 struct header_file 105 struct header_file struct
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 175 static FILE *header_file; variable 2211 fprintf (header_file, "enum rs6000_gen_builtins\n{\n RS6000_BIF_NONE,\n"); 2213 fprintf (header_file, " RS6000_BIF_%s,\n", bifs[bif_order[i]].idname); 2214 fprintf (header_file, " RS6000_BIF_MAX,\n"); 2215 fprintf (header_file, " RS6000_OVLD_NONE,\n"); 2217 fprintf (header_file, " RS6000_OVLD_%s,\n", ovld_stanzas[i].stanza_id); 2218 fprintf (header_file, " RS6000_OVLD_MAX\n};\n\n"); 2220 fprintf (header_file, 2223 fprintf (header_file, 2226 fprintf (header_file, " RS6000_INST_%s,\n", ovlds[i].ovld_id_name) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 175 static FILE *header_file; variable 2211 fprintf (header_file, "enum rs6000_gen_builtins\n{\n RS6000_BIF_NONE,\n"); 2213 fprintf (header_file, " RS6000_BIF_%s,\n", bifs[bif_order[i]].idname); 2214 fprintf (header_file, " RS6000_BIF_MAX,\n"); 2215 fprintf (header_file, " RS6000_OVLD_NONE,\n"); 2217 fprintf (header_file, " RS6000_OVLD_%s,\n", ovld_stanzas[i].stanza_id); 2218 fprintf (header_file, " RS6000_OVLD_MAX\n};\n\n"); 2220 fprintf (header_file, 2223 fprintf (header_file, 2226 fprintf (header_file, " RS6000_INST_%s,\n", ovlds[i].ovld_id_name) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.cc | 43 outf_p header_file; variable 1697 header_file = create_file ("GCC", "gtype-desc.h"); 5377 output_header = plugin_output ? plugin_output : header_file; 5386 write_types (header_file, structures, &pch_wtd); 5387 write_local (header_file, structures);
|
| genmatch.cc | 190 static FILE *header_file; variable 193 printing both to F and global header_file, if non-null. */ 205 if (!header_file) 209 vfprintf (header_file, format, ap); 218 if (header_file) 219 fprintf (header_file, "%s;", trailer); 5443 write_header_includes (bool gimple, FILE *header_file) 5446 fprintf (header_file, "#include \"gimple-match-head.cc\"\n"); 5448 fprintf (header_file, "#include \"generic-match-head.cc\"\n"); 5567 header_file = fopen (s_header_file, "w") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 43 outf_p header_file; variable 1728 header_file = create_file ("GCC", "gtype-desc.h"); 5385 output_header = plugin_output ? plugin_output : header_file; 5394 write_types (header_file, structures, &pch_wtd); 5395 write_local (header_file, structures);
|