Searched refs:discard_comments_in_macro_exp (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 86 int discard_comments_in_macro_exp; /* -CC */ member 274 gfc_cpp_option.discard_comments_in_macro_exp = 1; in gfc_cpp_init_options() 399 gfc_cpp_option.discard_comments_in_macro_exp = 0; in gfc_cpp_handle_option() 496 || !gfc_cpp_option.discard_comments_in_macro_exp in gfc_cpp_post_options() 523 cpp_option->discard_comments_in_macro_exp = gfc_cpp_option.discard_comments_in_macro_exp; in gfc_cpp_post_options()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 82 int discard_comments_in_macro_exp; /* -CC */ member 255 gfc_cpp_option.discard_comments_in_macro_exp = 1; in gfc_cpp_init_options() 380 gfc_cpp_option.discard_comments_in_macro_exp = 0; in gfc_cpp_handle_option() 446 || !gfc_cpp_option.discard_comments_in_macro_exp in gfc_cpp_post_options() 473 cpp_option->discard_comments_in_macro_exp = gfc_cpp_option.discard_comments_in_macro_exp; in gfc_cpp_post_options()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | traditional.c | 183 if (CPP_OPTION (pfile, discard_comments_in_macro_exp)) in copy_comment() 1211 CPP_OPTION (pfile, discard_comments_in_macro_exp)); in _cpp_create_trad_definition()
|
H A D | init.c | 191 CPP_OPTION (pfile, discard_comments_in_macro_exp) = 1; in cpp_create_reader()
|
H A D | macro.c | 3304 if (!CPP_OPTION (pfile, discard_comments_in_macro_exp)) in parse_params() 3462 && ! CPP_OPTION (pfile, discard_comments_in_macro_exp))) in create_iso_definition()
|
H A D | directives.c | 630 ! CPP_OPTION (pfile, discard_comments_in_macro_exp); in do_define()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | traditional.cc | 183 if (CPP_OPTION (pfile, discard_comments_in_macro_exp)) in copy_comment() 1216 CPP_OPTION (pfile, discard_comments_in_macro_exp)); in _cpp_create_trad_definition()
|
H A D | init.cc | 197 CPP_OPTION (pfile, discard_comments_in_macro_exp) = 1; in cpp_create_reader()
|
H A D | macro.cc | 3507 if (!CPP_OPTION (pfile, discard_comments_in_macro_exp)) in parse_params() 3665 && ! CPP_OPTION (pfile, discard_comments_in_macro_exp))) in create_iso_definition()
|
H A D | directives.cc | 646 ! CPP_OPTION (pfile, discard_comments_in_macro_exp); in do_define()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 337 unsigned char discard_comments_in_macro_exp; member
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 358 unsigned char discard_comments_in_macro_exp; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 309 cpp_opts->discard_comments_in_macro_exp = 0; in c_common_handle_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-opts.cc | 320 cpp_opts->discard_comments_in_macro_exp = 0; in c_common_handle_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 26094 discard_comments_in_macro_exp. 26102 a "#define" directive and discard_comments_in_macro_exp 26104 (lex_macro_node): If discard_comments_in_macro_exp is false, 26106 * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp 26110 (parse_params): If discard_comments_in_macro_exp is false,
|