Searched refs:input_file_compiler (Results 1 – 3 of 3) sorted by relevance
5602 static struct compiler *input_file_compiler; variable5954 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 …]
30057 (input_file_compiler): New variable.30060 (main): Store the current compiler in input_file_compiler.
4884 static struct compiler *input_file_compiler; variable5236 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 …]