Lines Matching refs:cpp_option
114 static cpp_options *cpp_option = NULL; variable
462 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()
475 cpp_option->preprocessed = gfc_option.flag_preprocessed; in gfc_cpp_post_options()
476 cpp_option->warn_date_time = gfc_cpp_option.warn_date_time; in gfc_cpp_post_options()
480 cpp_option->deps.style = DEPS_USER; in gfc_cpp_post_options()
481 cpp_option->deps.phony_targets = gfc_cpp_option.deps_phony; in gfc_cpp_post_options()
482 cpp_option->deps.missing_files = gfc_cpp_option.deps_missing_are_generated; in gfc_cpp_post_options()
647 if (cpp_option->traditional) in gfc_cpp_preprocess()