Home
last modified time | relevance | path

Searched refs:gfc_add_include_path (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Doptions.c339 gfc_add_include_path (source_path, true, true, true); in gfc_post_options()
342 gfc_add_include_path (".", true, true, true); in gfc_post_options()
509 gfc_add_include_path (gfc_option.module_dir, true, false, true); in gfc_handle_module_path_options()
688 gfc_add_include_path (arg, false, false, false); in gfc_handle_option()
735 gfc_add_include_path (arg, true, false, true); in gfc_handle_option()
H A Dscanner.c372 gfc_add_include_path (const char *path, bool use_for_modules, bool file_dir, in gfc_add_include_path() function
H A Dgfortran.h2885 void gfc_add_include_path (const char *, bool, bool, bool);
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Doptions.cc351 gfc_add_include_path (source_path, true, true, warn, false); in gfc_post_options()
354 gfc_add_include_path (".", true, true, false, false); in gfc_post_options()
523 gfc_add_include_path (gfc_option.module_dir, true, false, true, true); in gfc_handle_module_path_options()
702 gfc_add_include_path (arg, false, false, false, true); in gfc_handle_option()
749 gfc_add_include_path (arg, true, false, true, true); in gfc_handle_option()
H A DChangeLog-20131674 * gfortran.h (gfc_add_include_path): Add boolean argument
1676 * scanner.c (gfc_add_include_path): Pass along warn argument
1679 gfc_add_include_path.
1681 (gfc_handle_option): Also gfc_add_include_path for intrinsic
H A Dscanner.cc418 gfc_add_include_path (const char *path, bool use_for_modules, bool file_dir, in gfc_add_include_path() function
H A DChangeLog-20211117 (gfc_add_include_path): Add new bool arg.
1120 gfc_add_include_path with defer_warn=false.
1126 (gfc_add_include_path): Take additional defer_warn arg.
H A DChangeLog-2006524 (gfc_add_include_path, gfc_open_included_file): Update prototypes.
532 (gfc_add_include_path): Use the new add_path_to_list helper
542 prototype for gfc_add_include_path.
543 (gfc_post_options): Use new prototype for gfc_add_include_path.
H A Dgfortran.h3169 void gfc_add_include_path (const char *, bool, bool, bool, bool);
H A DChangeLog-2008430 (gfc_add_include_path): Add new argument.
433 * gfortran.h (gfc_add_include_path): Update prototype.
H A DChangeLog-20121114 (gfc_add_include_path): Warn if directory is missing.