Lines Matching refs:input_file_compiler
4105 static struct compiler *input_file_compiler; variable
4482 if (infile->incompiler == input_file_compiler) in compile_input_file_p()
5144 = (input_file_compiler->cpp_spec in do_spec_1()
5145 ? input_file_compiler->cpp_spec in do_spec_1()
5493 return (input_file_compiler in input_spec_matches()
5494 && input_file_compiler->suffix in input_spec_matches()
5495 && input_file_compiler->suffix[0] != '\0' in input_spec_matches()
5496 && !strncmp (input_file_compiler->suffix + 1, atom, in input_spec_matches()
5498 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches()
6740 if (lang_n_infiles > 0 && compiler != input_file_compiler in main()
6746 input_file_compiler = compiler; in main()
6781 input_file_compiler in main()
6785 if (input_file_compiler) in main()
6789 if (input_file_compiler->spec[0] == '#') in main()
6792 gcc_input_filename, &input_file_compiler->spec[1]); in main()
6806 value = do_spec (input_file_compiler->spec); in main()
6820 value = do_spec (input_file_compiler->spec); in main()