Home | History | Annotate | Download | only in fortran

Lines Matching defs:cpp_in

119 static cpp_reader *cpp_in = NULL;
229 if (mkdeps *deps = cpp_get_deps (cpp_in))
236 if (mkdeps *deps = cpp_get_deps (cpp_in))
251 cpp_get_options (cpp_in)->warn_missing_include_dirs
254 register_include_chains (cpp_in, gfc_cpp_option.sysroot,
462 cb = cpp_get_callbacks (cpp_in);
506 cpp_in = cpp_create_reader (CLK_GNUC89, NULL, line_table);
507 gcc_assert (cpp_in);
512 cpp_option = cpp_get_options (cpp_in);
542 cpp_post_options (cpp_in);
595 gcc_assert(cpp_in);
596 if (!cpp_read_main_file (cpp_in, gfc_source_file))
608 cpp_change_file (cpp_in, LC_RENAME, _("<built-in>"));
613 cpp_force_token_locations (cpp_in, BUILTINS_LOCATION);
615 cpp_define_builtins (cpp_in);
617 cpp_stop_forcing_token_locations (cpp_in);
621 cpp_change_file (cpp_in, LC_RENAME, _("<command-line>"));
628 cpp_define (cpp_in, opt->arg);
630 cpp_undef (cpp_in, opt->arg);
634 cpp_unassert (cpp_in, opt->arg + 1);
636 cpp_assert (cpp_in, opt->arg);
639 if (mkdeps *deps = cpp_get_deps (cpp_in))
647 cpp_define (cpp_in, "__GFC_INT_1__=1");
649 cpp_define (cpp_in, "__GFC_INT_2__=1");
651 cpp_define (cpp_in, "__GFC_INT_8__=1");
653 cpp_define (cpp_in, "__GFC_INT_16__=1");
660 cpp_define (cpp_in, "__GFC_REAL_10__=1");
662 cpp_define (cpp_in, "__GFC_REAL_16__=1");
667 pp_dir_change (cpp_in, get_src_pwd ());
676 cpp_change_file (cpp_in, LC_RENAME, source_file);
679 scan_translation_unit_trad (cpp_in);
681 scan_translation_unit (cpp_in);
688 cpp_forall_identifiers (cpp_in, dump_macro, NULL);
706 gcc_assert (cpp_in);
715 cpp_finish (cpp_in, f);
724 cpp_finish (cpp_in, stdout);
727 cpp_undef_all (cpp_in);
728 cpp_clear_file_cache (cpp_in);
918 if (!cpp_get_options (cpp_in)->preprocessed)