Searched refs:use_for_modules (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | scanner.h | 26 bool use_for_modules; member
|
H A D | scanner.c | 306 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 D | module.c | 1095 if (module && !p->use_for_modules) in gzopen_included_file_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | scanner.h | 27 bool use_for_modules, warn; member
|
H A D | scanner.cc | 366 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 D | module.cc | 1100 if (module && !p->use_for_modules) in gzopen_included_file_1()
|
H A D | ChangeLog-2006 | 529 * scanner.c (gfc_directorylist): Add use_for_modules for field.
|