Searched refs:cpp_in (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 119 static cpp_reader *cpp_in = NULL; variable 229 if (mkdeps *deps = cpp_get_deps (cpp_in)) in gfc_cpp_add_dep() 236 if (mkdeps *deps = cpp_get_deps (cpp_in)) in gfc_cpp_add_target() 251 cpp_get_options (cpp_in)->warn_missing_include_dirs in gfc_cpp_register_include_paths() 254 register_include_chains (cpp_in, gfc_cpp_option.sysroot, in gfc_cpp_register_include_paths() 462 cb = cpp_get_callbacks (cpp_in); in gfc_cpp_init_cb() 506 cpp_in = cpp_create_reader (CLK_GNUC89, NULL, line_table); in gfc_cpp_post_options() 507 gcc_assert (cpp_in); in gfc_cpp_post_options() 512 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options() 542 cpp_post_options (cpp_in); in gfc_cpp_post_options() [all …]
|
H A D | ChangeLog-2009 | 3298 Don't check cpp_errors (cpp_in).
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 115 static cpp_reader *cpp_in = NULL; variable 225 deps_add_dep (cpp_get_deps (cpp_in), name); in gfc_cpp_add_dep() 231 deps_add_target (cpp_get_deps (cpp_in), name, 0); in gfc_cpp_add_target() 456 cpp_in = cpp_create_reader (CLK_GNUC89, NULL, line_table); in gfc_cpp_post_options() 457 gcc_assert (cpp_in); in gfc_cpp_post_options() 462 cpp_option = cpp_get_options (cpp_in); in gfc_cpp_post_options() 492 cpp_post_options (cpp_in); in gfc_cpp_post_options() 503 cb = cpp_get_callbacks (cpp_in); in gfc_cpp_init_0() 564 gcc_assert(cpp_in); in gfc_cpp_init_0() 565 if (!cpp_read_main_file (cpp_in, gfc_source_file)) in gfc_cpp_init_0() [all …]
|