Searched refs:gfc_cpp_option (Results 1 – 5 of 5) sorted by relevance
115 gfc_cpp_option; variable210 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 …]
526 setting gfc_cpp_option.sysroot.
2089 the global variable gfc_cpp_option, a name.
3326 * cpp.c (gfc_cpp_option): Add deps* members.
111 gfc_cpp_option; variable206 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 …]