Lines Matching refs:input_file_compiler
4884 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()
8127 input_file_compiler = compiler; in prepare_infiles()
8175 input_file_compiler in do_spec_on_infiles()
8179 if (input_file_compiler) in do_spec_on_infiles()
8183 if (input_file_compiler->spec[0] == '#') in do_spec_on_infiles()
8186 gcc_input_filename, &input_file_compiler->spec[1]); in do_spec_on_infiles()
8202 value = do_spec (input_file_compiler->spec); in do_spec_on_infiles()
8217 value = do_spec (input_file_compiler->spec); in do_spec_on_infiles()
10273 input_file_compiler = NULL; in finalize()