Searched refs:spec_lang (Results 1 – 2 of 2) sorted by relevance
3181 static const char *spec_lang = 0; variable3516 spec_lang = arg; in driver_handle_option()3517 if (!strcmp (spec_lang, "none")) in driver_handle_option()3521 spec_lang = 0; in driver_handle_option()3860 add_infile (arg, spec_lang); in process_command()3991 if (n_infiles == last_language_n_infiles && spec_lang != 0) in process_command()3992 warning (0, "%<-x %s%> after last input file has no effect", spec_lang); in process_command()
3664 static const char *spec_lang = 0; variable4118 spec_lang = arg; in driver_handle_option()4119 if (!strcmp (spec_lang, "none")) in driver_handle_option()4123 spec_lang = 0; in driver_handle_option()4481 add_infile (arg, spec_lang); in process_command()4637 if (n_infiles == last_language_n_infiles && spec_lang != 0) in process_command()4638 warning (0, "%<-x %s%> after last input file has no effect", spec_lang); in process_command()10209 spec_lang = 0; in finalize()