Searched refs:input_file_compiler (Results 1 – 3 of 3) sorted by relevance
4352 static struct compiler *input_file_compiler; variable4949 if (infiles[i].incompiler == input_file_compiler) in do_spec_1()5149 = (input_file_compiler->cpp_spec in do_spec_1()5150 ? input_file_compiler->cpp_spec in do_spec_1()5545 && input_file_compiler in input_suffix_matches()5546 && input_file_compiler->suffix) in input_suffix_matches()5549 return !strcmp (input_file_compiler->suffix, "@assembler"); in input_suffix_matches()5551 return !strcmp (input_file_compiler->suffix, "@assembler-with-cpp"); in input_suffix_matches()6518 if (lang_n_infiles > 0 && compiler != input_file_compiler in main()6524 input_file_compiler = compiler; in main()[all …]
4096 static struct compiler *input_file_compiler; variable4794 = (input_file_compiler->cpp_spec4795 ? input_file_compiler->cpp_spec6321 input_file_compiler6325 if (input_file_compiler)6329 if (input_file_compiler->spec[0] == '#')6332 input_filename, &input_file_compiler->spec[1]);6337 value = do_spec (input_file_compiler->spec);
10850 (input_file_compiler): New variable.10853 (main): Store the current compiler in input_file_compiler.