Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgcc.c4105 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()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgcc.c4766 static struct compiler *input_file_compiler; variable
5149 if (infile->incompiler == input_file_compiler) in compile_input_file_p()
5816 = (input_file_compiler->cpp_spec in do_spec_1()
5817 ? input_file_compiler->cpp_spec in do_spec_1()
6209 return (input_file_compiler in input_spec_matches()
6210 && input_file_compiler->suffix in input_spec_matches()
6211 && input_file_compiler->suffix[0] != '\0' in input_spec_matches()
6212 && !strncmp (input_file_compiler->suffix + 1, atom, in input_spec_matches()
6214 && input_file_compiler->suffix[end_atom - atom + 1] == '\0'); in input_spec_matches()
8124 if (lang_n_infiles > 0 && compiler != input_file_compiler in prepare_infiles()
[all …]