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

/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c4455 static struct compiler *input_file_compiler;
5052 if (infiles[i].incompiler == input_file_compiler)
5252 = (input_file_compiler->cpp_spec
5253 ? input_file_compiler->cpp_spec
5648 && input_file_compiler
5649 && input_file_compiler->suffix)
5652 return !strcmp (input_file_compiler->suffix, "@assembler");
5654 return !strcmp (input_file_compiler->suffix, "@assembler-with-cpp");
6634 if (lang_n_infiles > 0 && compiler != input_file_compiler
6640 input_file_compiler
4433 static struct compiler *input_file_compiler; variable in typeref:struct:compiler
[all...]

Completed in 76 milliseconds