Home
last modified time | relevance | path

Searched refs:input_file_compiler (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c4352 static struct compiler *input_file_compiler; variable
4949 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c4096 static struct compiler *input_file_compiler; variable
4794 = (input_file_compiler->cpp_spec
4795 ? input_file_compiler->cpp_spec
6321 input_file_compiler
6325 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);
H A DChangeLog.510850 (input_file_compiler): New variable.
10853 (main): Store the current compiler in input_file_compiler.