Searched refs:cpp_option (Results 1 – 5 of 5) sorted by relevance
118 static cpp_options *cpp_option = NULL; variable512 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options()513 gcc_assert (cpp_option); in gfc_cpp_post_options()516 cpp_option->traditional = 1; in gfc_cpp_post_options()517 cpp_option->cplusplus_comments = 0; in gfc_cpp_post_options()519 cpp_option->cpp_pedantic = pedantic; in gfc_cpp_post_options()521 cpp_option->dollars_in_ident = flag_dollar_ok; in gfc_cpp_post_options()522 cpp_option->discard_comments = gfc_cpp_option.discard_comments; in gfc_cpp_post_options()523 cpp_option->discard_comments_in_macro_exp = gfc_cpp_option.discard_comments_in_macro_exp; in gfc_cpp_post_options()524 cpp_option->print_include_names = gfc_cpp_option.print_include_names; in gfc_cpp_post_options()[all …]
3297 (gfc_cpp_post_options): Don't set cpp_option->inhibit_warnings.
114 static cpp_options *cpp_option = NULL; variable462 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options()463 gcc_assert (cpp_option); in gfc_cpp_post_options()466 cpp_option->traditional = 1; in gfc_cpp_post_options()467 cpp_option->cplusplus_comments = 0; in gfc_cpp_post_options()469 cpp_option->cpp_pedantic = pedantic; in gfc_cpp_post_options()471 cpp_option->dollars_in_ident = flag_dollar_ok; in gfc_cpp_post_options()472 cpp_option->discard_comments = gfc_cpp_option.discard_comments; in gfc_cpp_post_options()473 cpp_option->discard_comments_in_macro_exp = gfc_cpp_option.discard_comments_in_macro_exp; in gfc_cpp_post_options()474 cpp_option->print_include_names = gfc_cpp_option.print_include_names; in gfc_cpp_post_options()[all …]
555 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));556 if (cpp_option != "") {561 print " cpp_opts->" cpp_option " = opts->x_" opt_var_name ";"587 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));589 if (cpp_option != "" && opt_var_name != "") {590 print " opts->x_" opt_var_name " = cpp_opts->" cpp_option ";"
609 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));610 if (cpp_option != "") {615 print " cpp_opts->" cpp_option " = opts->x_" opt_var_name ";"641 cpp_option = nth_arg(0, opt_args("CPP", flags[i]));643 if (cpp_option != "" && opt_var_name != "") {644 print " opts->x_" opt_var_name " = cpp_opts->" cpp_option ";"