Home
last modified time | relevance | path

Searched refs:gfc_cpp_option (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc115 gfc_cpp_option; variable
210 return gfc_cpp_option.temporary_filename != NULL; in gfc_cpp_enabled()
216 return gfc_cpp_option.preprocess_only; in gfc_cpp_preprocess_only()
222 return gfc_cpp_option.deps; in gfc_cpp_makedep()
228 if (!gfc_cpp_option.deps_skip_system || !system) in gfc_cpp_add_dep()
244 return gfc_cpp_option.temporary_filename; in gfc_cpp_temporary_file()
254 register_include_chains (cpp_in, gfc_cpp_option.sysroot, in gfc_cpp_register_include_paths()
255 gfc_cpp_option.prefix, gfc_cpp_option.multilib, in gfc_cpp_register_include_paths()
256 gfc_cpp_option.standard_include_paths, cxx_stdinc, in gfc_cpp_register_include_paths()
257 gfc_cpp_option.verbose); in gfc_cpp_register_include_paths()
[all …]
H A DChangeLog-2012526 setting gfc_cpp_option.sysroot.
H A DChangeLog-20092089 the global variable gfc_cpp_option, a name.
H A DChangeLog-20103326 * cpp.c (gfc_cpp_option): Add deps* members.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c111 gfc_cpp_option; variable
206 return gfc_cpp_option.temporary_filename != NULL; in gfc_cpp_enabled()
212 return gfc_cpp_option.preprocess_only; in gfc_cpp_preprocess_only()
218 return gfc_cpp_option.deps; in gfc_cpp_makedep()
224 if (!gfc_cpp_option.deps_skip_system || !system) in gfc_cpp_add_dep()
238 return gfc_cpp_option.temporary_filename; in gfc_cpp_temporary_file()
251 gfc_cpp_option.temporary_filename = NULL; in gfc_cpp_init_options()
252 gfc_cpp_option.output_filename = NULL; in gfc_cpp_init_options()
253 gfc_cpp_option.preprocess_only = 0; in gfc_cpp_init_options()
254 gfc_cpp_option.discard_comments = 1; in gfc_cpp_init_options()
[all …]