Searched refs:gfc_cpp_handle_option (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.h | 42 int gfc_cpp_handle_option(size_t scode, const char *arg, int value);
|
H A D | options.cc | 657 if (gfc_cpp_handle_option (scode, arg, value) == 1) in gfc_handle_option()
|
H A D | cpp.cc | 301 gfc_cpp_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED) in gfc_cpp_handle_option() function
|
H A D | ChangeLog-2010 | 2176 * cpp.c (gfc_cpp_handle_option): Use OPT_MD and OPT_MMD instead of 2253 * cpp.c (gfc_cpp_handle_option): Use OPT_MMD and OPT_MMDX. 2507 * cpp.c (gfc_cpp_handle_option): Handle OPT_cpp_ instead of 3331 (gfc_cpp_handle_option): Handle new options.
|
H A D | ChangeLog-2013 | 228 (gfc_cpp_init_options, gfc_cpp_handle_option,
|
H A D | ChangeLog-2008 | 95 * cpp.c (gfc_cpp_handle_option): Recognize and handle OPT_dirafter. 2395 If yes, let gfc_cpp_handle_option() handle the option.
|
H A D | ChangeLog-2014 | 2527 * cpp.c (gfc_cpp_handle_option): Add missing break.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.h | 42 int gfc_cpp_handle_option(size_t scode, const char *arg, int value);
|
H A D | options.c | 643 if (gfc_cpp_handle_option (scode, arg, value) == 1) in gfc_handle_option()
|
H A D | cpp.c | 282 gfc_cpp_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED) in gfc_cpp_handle_option() function
|