Home
last modified time | relevance | path

Searched defs:gfc_cpp_option_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc77 struct gfc_cpp_option_data struct
81 const char *temporary_filename;
83 const char *output_filename; /* -o <arg> */
84 int preprocess_only; /* -E */
85 int discard_comments; /* -C */
86 int discard_comments_in_macro_exp; /* -CC */
87 int print_include_names; /* -H */
88 int no_line_commands; /* -P */
89 char dump_macros; /* -d[DMNU] */
90 int dump_includes; /* -dI */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c73 struct gfc_cpp_option_data struct
77 const char *temporary_filename;
79 const char *output_filename; /* -o <arg> */
80 int preprocess_only; /* -E */
81 int discard_comments; /* -C */
82 int discard_comments_in_macro_exp; /* -CC */
83 int print_include_names; /* -H */
84 int no_line_commands; /* -P */
85 char dump_macros; /* -d[DMNU] */
86 int dump_includes; /* -dI */
[all …]