Home
last modified time | relevance | path

Searched refs:use_for_modules (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.h26 bool use_for_modules; member
H A Dscanner.c306 bool use_for_modules, bool head, bool warn) in add_path_to_list() argument
364 dir->use_for_modules = use_for_modules; in add_path_to_list()
372 gfc_add_include_path (const char *path, bool use_for_modules, bool file_dir, in gfc_add_include_path() argument
375 add_path_to_list (&include_dirs, path, use_for_modules, file_dir, warn); in gfc_add_include_path()
427 if (module && !p->use_for_modules) in open_included_file()
H A Dmodule.c1095 if (module && !p->use_for_modules) in gzopen_included_file_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.h27 bool use_for_modules, warn; member
H A Dscanner.cc366 bool use_for_modules, bool head, bool warn, bool defer_warn) in add_path_to_list() argument
410 dir->use_for_modules = use_for_modules; in add_path_to_list()
418 gfc_add_include_path (const char *path, bool use_for_modules, bool file_dir, in gfc_add_include_path() argument
421 add_path_to_list (&include_dirs, path, use_for_modules, file_dir, warn, in gfc_add_include_path()
474 if (module && !p->use_for_modules) in open_included_file()
H A Dmodule.cc1100 if (module && !p->use_for_modules) in gzopen_included_file_1()
H A DChangeLog-2006529 * scanner.c (gfc_directorylist): Add use_for_modules for field.