Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc5602 static struct compiler *input_file_compiler; variable
5954 if (infile->incompiler == input_file_compiler) in compile_input_file_p()
6627 = (input_file_compiler->cpp_spec in do_spec_1()
6628 ? input_file_compiler->cpp_spec in do_spec_1()
7037 return (input_file_compiler in input_spec_matches()
7038 && input_file_compiler->suffix in input_spec_matches()
7039 && input_file_compiler->suffix[0] != '\0' in input_spec_matches()
7040 && !strncmp (input_file_compiler->suffix + 1, atom, in input_spec_matches()
7042 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches()
8859 if (lang_n_infiles > 0 && compiler != input_file_compiler in prepare_infiles()
[all …]
H A DChangeLog-200130057 (input_file_compiler): New variable.
30060 (main): Store the current compiler in input_file_compiler.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c4884 static struct compiler *input_file_compiler; variable
5236 if (infile->incompiler == input_file_compiler) in compile_input_file_p()
5901 = (input_file_compiler->cpp_spec in do_spec_1()
5902 ? input_file_compiler->cpp_spec in do_spec_1()
6300 return (input_file_compiler in input_spec_matches()
6301 && input_file_compiler->suffix in input_spec_matches()
6302 && input_file_compiler->suffix[0] != '\0' in input_spec_matches()
6303 && !strncmp (input_file_compiler->suffix + 1, atom, in input_spec_matches()
6305 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches()
8121 if (lang_n_infiles > 0 && compiler != input_file_compiler in prepare_infiles()
[all …]