Lines Matching refs:input_file_compiler
4766 static struct compiler *input_file_compiler; variable
5149 if (infile->incompiler == input_file_compiler) in compile_input_file_p()
5816 = (input_file_compiler->cpp_spec in do_spec_1()
5817 ? input_file_compiler->cpp_spec in do_spec_1()
6209 return (input_file_compiler in input_spec_matches()
6210 && input_file_compiler->suffix in input_spec_matches()
6211 && input_file_compiler->suffix[0] != '\0' in input_spec_matches()
6212 && !strncmp (input_file_compiler->suffix + 1, atom, in input_spec_matches()
6214 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches()
8124 if (lang_n_infiles > 0 && compiler != input_file_compiler in prepare_infiles()
8130 input_file_compiler = compiler; in prepare_infiles()
8177 input_file_compiler in do_spec_on_infiles()
8181 if (input_file_compiler) in do_spec_on_infiles()
8185 if (input_file_compiler->spec[0] == '#') in do_spec_on_infiles()
8188 gcc_input_filename, &input_file_compiler->spec[1]); in do_spec_on_infiles()
8204 value = do_spec (input_file_compiler->spec); in do_spec_on_infiles()
8219 value = do_spec (input_file_compiler->spec); in do_spec_on_infiles()
10220 input_file_compiler = NULL; in finalize()